diff options
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> |