diff options
author | ache <ache@FreeBSD.org> | 2005-06-19 02:21:52 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2005-06-19 02:21:52 +0800 |
commit | 025ec9cc52f61d34bcd20f001087f656a64e7f24 (patch) | |
tree | d935ba3ff1ae77bc468314bccab46bbb068bc85e /www/ljpms/Makefile | |
parent | f3943cfd8084a3a5e2ae5cc18402aa227018697d (diff) | |
download | freebsd-ports-graphics-025ec9cc52f61d34bcd20f001087f656a64e7f24.tar.gz freebsd-ports-graphics-025ec9cc52f61d34bcd20f001087f656a64e7f24.tar.zst freebsd-ports-graphics-025ec9cc52f61d34bcd20f001087f656a64e7f24.zip |
utility for batch modification of LJ permissions or LJ restoring
Diffstat (limited to 'www/ljpms/Makefile')
-rw-r--r-- | www/ljpms/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/www/ljpms/Makefile b/www/ljpms/Makefile new file mode 100644 index 00000000000..4c216744447 --- /dev/null +++ b/www/ljpms/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: ljpms +# Date created: 12 Aug 2004 +# Whom: ache +# +# $FreeBSD$ +# + +PORTNAME= ljpms +PORTVERSION= 1.2 +CATEGORIES= www perl5 +MASTER_SITES= http://ryzh.kiev.ua/ljsm/ +DISTFILES= ljpms-1_2.zip + +MAINTAINER= ache@freebsd.org +COMMENT= Livejournal.com postings mass-restore and permissions utility + +RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite + +PLIST_FILES= bin/ljpms +NO_WRKSUBDIR= yes +USE_ZIP= yes +USE_PERL5_RUN= yes +USE_REINPLACE= yes +NO_BUILD= yes + +EXTRACT_BEFORE_ARGS= -qoaa + +do-configure: + @${REINPLACE_CMD} -e 's|^#!perl|#!${PERL}|' ${WRKSRC}/ljpms.pl + +do-install: + cd ${WRKSRC} && ${INSTALL_SCRIPT} ljpms.pl ${PREFIX}/bin/ljpms + +.include <bsd.port.mk> |