svn commit: r392214 - head/www/ljdeps

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Jul 15 20:58:25 UTC 2015


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 at 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 at 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>


More information about the svn-ports-all mailing list