svn commit: r318953 - head/www/ljdeps
Andrej Zverev
az at FreeBSD.org
Fri May 24 10:35:15 UTC 2013
Author: az
Date: Fri May 24 10:35:14 2013
New Revision: 318953
URL: http://svnweb.freebsd.org/changeset/ports/318953
Log:
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
Modified:
head/www/ljdeps/Makefile (contents, props changed)
Modified: head/www/ljdeps/Makefile
==============================================================================
--- head/www/ljdeps/Makefile Fri May 24 10:30:58 2013 (r318952)
+++ head/www/ljdeps/Makefile Fri May 24 10:35:14 2013 (r318953)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: www/ljdeps
-# Date created: 23 July 2002
-# Whom: Ryan T. Dean <rtdean at cytherianage.net>
-#
+# Created by: Ryan T. Dean <rtdean at cytherianage.net>
# $FreeBSD$
-#
PORTNAME= ljdeps
PORTVERSION= 1.0
@@ -37,12 +33,6 @@ EXTRACT_ONLY= # Empty
NO_BUILD= yes
USE_PERL5= yes
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
do-install: # Empty
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list