# Created by: Victor Semionov # $FreeBSD: head/ports-mgmt/pkg-orphan/Makefile 337885 2013-12-28 17:43:14Z bapt $ PORTNAME= pkg-orphan PORTVERSION= 1.0.1 CATEGORIES= ports-mgmt MASTER_SITES= SF MAINTAINER= vsemionov@gmail.com COMMENT= Console utility for managing unreferenced FreeBSD packages NO_BUILD= yes USES= perl5 shebangfix SHEBANG_FILES= pkg-orphan.pl PLIST_FILES= sbin/pkg-orphan \ man/man1/pkg-orphan.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${STAGEDIR}${PREFIX}/sbin/pkg-orphan ${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include