1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/sysutils/pkg-orphan/Makefile
Sam Lawrance e3749d8c6a Update to 0.1.1. [1]
Update maintainer's email address.

PR:		ports/96620 [1]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1]
Approved by:	semionov@mail.bg (maintainer)
2006-05-15 11:48:05 +00:00

29 lines
633 B
Makefile

# New ports collection makefile for: pkg-orphan
# Date created: 26 November 2005
# Whom: Victor Semionov <semionov@mail.bg>
#
# $FreeBSD$
#
PORTNAME= pkg-orphan
PORTVERSION= 0.1.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= vsemionov@gmail.com
COMMENT= A console utility for managing unreferenced FreeBSD packages
NO_BUILD= yes
USE_PERL5= yes
MAN1= pkg-orphan.1
PLIST_FILES= sbin/pkg-orphan
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${PREFIX}/sbin/pkg-orphan
${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>