diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
commit | 38499cc4f9de561964aa3bd7556c9f4c6684f038 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /cad | |
parent | 886f50deb78afdd44d1fa3bbf50cbf6ab29baa3a (diff) | |
download | ports-38499cc4f9de561964aa3bd7556c9f4c6684f038.tar.gz ports-38499cc4f9de561964aa3bd7556c9f4c6684f038.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/p5-GDS2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cad/p5-GDS2/Makefile b/cad/p5-GDS2/Makefile index b752cc0af6a1..3f0c62845e9e 100644 --- a/cad/p5-GDS2/Makefile +++ b/cad/p5-GDS2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GDS2 -# Date created: Sun, Apr 29 2007 -# Whom: Hiroki Sato <hrs@FreeBSD.org> -# +# Created by: Hiroki Sato <hrs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GDS2 PORTVERSION= 3.00 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,.a$,a,} MAINTAINER= hrs@FreeBSD.org COMMENT= GDS2 - GDS2 stream module -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.a$,,} PLIST_FILES= ${SITE_PERL_REL}/GDS2.pm \ ${PROGRAMS:S,^,bin/,} |