freebsd-ports/converters/p5-plutil/Makefile

25 lines
478 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= plutil
PORTVERSION= 1.7
CATEGORIES= converters perl5
MASTER_SITES= LOCAL/ehaupt
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perl implementation of Mac OS X plutil
USES= shebangfix perl5 tar:xz
USE_PERL5= run
2016-09-10 16:14:08 +02:00
NO_ARCH= yes
NO_BUILD= yes
SHEBANG_FILES= ${PORTNAME}.pl
PLIST_FILES= bin/plutil.pl
do-install:
2013-10-23 22:30:50 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>