freebsd-ports/sysutils/fpkg/Makefile
Andrej Zverev 995f5a5f62 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:13:27 +00:00

28 lines
589 B
Makefile

# New ports collection makefile for: fpkg
# Date created: 28 January 2006
# Whom: Yuki SHIMAZU <y.shimazu@nifty.com>
#
# $FreeBSD$
#
PORTNAME= fpkg
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://voodoo.bawue.com/download/ \
http://www.shimazu.org/fpkg/
DISTFILES= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY=
MAINTAINER= y.shimazu@nifty.com
COMMENT= Package Tool Wrapper for FreeBSD
USES= perl5
NO_WRKSUBDIR= YES
NO_BUILD= YES
PLIST_FILES= bin/fpkg
do-install:
@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>