aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-accessors
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-10 02:34:59 +0800
committeraz <az@FreeBSD.org>2013-09-10 02:34:59 +0800
commit9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (patch)
tree214a488eaf515224e5fbdf563501e7ed8d69a623 /devel/p5-accessors
parent21fea1400ec0b6f94b9a0b62e47b3c5782feb70d (diff)
downloadfreebsd-ports-gnome-9a21d679f211da2dc3d0c87aa6ee0ed8174b876b.tar.gz
freebsd-ports-gnome-9a21d679f211da2dc3d0c87aa6ee0ed8174b876b.tar.zst
freebsd-ports-gnome-9a21d679f211da2dc3d0c87aa6ee0ed8174b876b.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-accessors')
-rw-r--r--devel/p5-accessors/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-accessors/Makefile b/devel/p5-accessors/Makefile
index 8033af4b697a..3fda53039358 100644
--- a/devel/p5-accessors/Makefile
+++ b/devel/p5-accessors/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-accessors
-# Date created: 17 September 2005
-# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= accessors
PORTVERSION= 1.01
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Create accessor methods in caller's package #'
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= accessors.3 accessors::chained.3 accessors::classic.3 \
accessors::ro.3 accessors::rw.3