aboutsummaryrefslogtreecommitdiff
path: root/multimedia/clive
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-05-24 10:30:58 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-05-24 10:30:58 +0000
commit0baffb4009cdeb5336a89c952e5c83f8309aa25b (patch)
tree546eaf3dd29af791b7d620b22d2ca0e999288ac0 /multimedia/clive
parente9c67a7ea809e730105dbb108899472f2bd3f866 (diff)
downloadports-0baffb4009cdeb5336a89c952e5c83f8309aa25b.tar.gz
ports-0baffb4009cdeb5336a89c952e5c83f8309aa25b.zip
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178911 Submitted by: az Approved by: maintainer
Notes
Notes: svn path=/head/; revision=318952
Diffstat (limited to 'multimedia/clive')
-rw-r--r--multimedia/clive/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/multimedia/clive/Makefile b/multimedia/clive/Makefile
index ac43c70f70e5..cbf8ed4116be 100644
--- a/multimedia/clive/Makefile
+++ b/multimedia/clive/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: clive
-# Date created: 2007-02-11
-# Whom: Nicola Vitale <nivit@FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= clive
PORTVERSION= 2.3.3
@@ -32,11 +28,4 @@ PLIST_FILES= bin/clive \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>