diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
commit | 8097b663e50ab32273b5f98b9a338bc90d672cc4 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /cad | |
parent | 891b9180e52d3411847318aa83e36de37c7508c6 (diff) | |
download | freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.gz freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.zst freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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/,} |