diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 10:30:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 10:30:58 +0000 |
commit | 0baffb4009cdeb5336a89c952e5c83f8309aa25b (patch) | |
tree | 546eaf3dd29af791b7d620b22d2ca0e999288ac0 /multimedia/clive/Makefile | |
parent | e9c67a7ea809e730105dbb108899472f2bd3f866 (diff) | |
download | ports-0baffb4009cdeb5336a89c952e5c83f8309aa25b.tar.gz ports-0baffb4009cdeb5336a89c952e5c83f8309aa25b.zip |
Notes
Diffstat (limited to 'multimedia/clive/Makefile')
-rw-r--r-- | multimedia/clive/Makefile | 15 |
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> |