aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-accessors/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-03-21 18:31:49 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-03-21 18:31:49 +0000
commit79d18d6ebebfeb6a46a026eec5ec43470414fa69 (patch)
tree54a80b22f985a98138eddb9e27d91b882a9fbf3a /devel/p5-accessors/Makefile
parentd42d52fd32be2b11a47c128a39fedbc560da2140 (diff)
downloadports-79d18d6ebebfeb6a46a026eec5ec43470414fa69.tar.gz
ports-79d18d6ebebfeb6a46a026eec5ec43470414fa69.zip
Notes
Diffstat (limited to 'devel/p5-accessors/Makefile')
-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 4ec59bd6709d..66cf00d50ea2 100644
--- a/devel/p5-accessors/Makefile
+++ b/devel/p5-accessors/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= accessors
-PORTVERSION= 0.02
+PORTVERSION= 1.00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SP/SPURKIS
@@ -17,10 +17,7 @@ COMMENT= Create accessor methods in caller's package #'
PERL_MODBUILD= yes
-MAN3= accessors.3 accessors::chained.3 accessors::classic.3
-
-PLIST_FILES= ${SITE_PERL_REL}/accessors.pm ${SITE_PERL_REL}/accessors/chained.pm \
- ${SITE_PERL_REL}/accessors/classic.pm
-PLIST_DIRS= ${SITE_PERL_REL}/accessors
+MAN3= accessors.3 accessors::chained.3 accessors::classic.3 \
+ accessors::ro.3 accessors::rw.3
.include <bsd.port.mk>