26 lines
468 B
Makefile
26 lines
468 B
Makefile
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= plutil
|
||
|
PORTVERSION= 1.7
|
||
|
CATEGORIES= converters perl5
|
||
|
MASTER_SITES= CRITICAL
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= ehaupt@FreeBSD.org
|
||
|
COMMENT= Perl implementation of Mac OS X plutil
|
||
|
|
||
|
USES= shebangfix perl5
|
||
|
USE_PERL5= run
|
||
|
USE_XZ= yes
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
SHEBANG_FILES= ${PORTNAME}.pl
|
||
|
|
||
|
PLIST_FILES= bin/plutil.pl
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
|
||
|
|
||
|
.include <bsd.port.mk>
|