Date: Wed, 15 Jul 2015 20:58:25 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392214 - head/www/ljdeps Message-ID: <201507152058.t6FKwPrU075545@svnmir.geo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgollucci Date: Wed Jul 15 20:58:24 2015 New Revision: 392214 URL: https://svnweb.freebsd.org/changeset/ports/392214 Log: www/ljdeps: cleanup - convert to USES=metaport PR: 201570 Submitted by: s3erios@gmail.com Deleted: head/www/ljdeps/pkg-plist Modified: head/www/ljdeps/Makefile Modified: head/www/ljdeps/Makefile ============================================================================== --- head/www/ljdeps/Makefile Wed Jul 15 20:57:39 2015 (r392213) +++ head/www/ljdeps/Makefile Wed Jul 15 20:58:24 2015 (r392214) @@ -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 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507152058.t6FKwPrU075545>