# Created by: Heiner <h.eichmann@gmx.de>
# $FreeBSD: tags/RELEASE_11_1_0/ports-mgmt/portdowngrade/Makefile 412348 2016-04-01 14:16:16Z mat $

PORTNAME=	portdowngrade
PORTVERSION=	1.5
CATEGORIES=	ports-mgmt
MASTER_SITES=	# empty
DISTFILES=	# none

MAINTAINER=	crees@FreeBSD.org
COMMENT=	Sets a port back to a previous version

RUN_DEPENDS=	svn:devel/subversion${WITH_SUBVERSION_VER}

NO_BUILD=	yes
PLIST_FILES=	sbin/portdowngrade

do-install:
	${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/

.include <bsd.port.mk>
