# Created by: Yanhui Shen <shen.elf@gmail.com>
# $FreeBSD: ports-mgmt/pkg-rmleaf/Makefile 327762 2013-09-20 22:36:49Z bapt $

PORTNAME=	pkg-rmleaf
PORTVERSION=	0.2
CATEGORIES=	ports-mgmt
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	shen.elf@gmail.com
COMMENT=	Remove leaf packages

LICENSE=	BSD

RUN_DEPENDS=	${LOCALBASE}/sbin/pkg:${PORTSDIR}/ports-mgmt/pkg

NO_BUILD=	yes
WRKSRC=		${WRKDIR}

PLIST_FILES=	sbin/pkg-rmleaf

NO_STAGE=	yes
do-extract:
	${MKDIR} ${WRKSRC}
	${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf ${PREFIX}/sbin/pkg-rmleaf

.include <bsd.port.mk>
