diff options
Diffstat (limited to 'www/ljdeps/Makefile')
-rw-r--r-- | www/ljdeps/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/ljdeps/Makefile b/www/ljdeps/Makefile index 4cc171cdc35a..e20db4eec977 100644 --- a/www/ljdeps/Makefile +++ b/www/ljdeps/Makefile @@ -5,8 +5,6 @@ PORTNAME= ljdeps PORTVERSION= 1.0 PORTREVISION= 6 CATEGORIES= www perl5 -MASTER_SITES= # Undefined -DISTFILES= # Undefined MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port to install all the perl modules used by LiveJournal @@ -29,10 +27,6 @@ RUN_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8 -EXTRACT_ONLY= # Empty -NO_BUILD= yes -USES= perl5 - -do-install: # Empty +USES= metaport perl5 .include <bsd.port.mk> |