aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Data-Page/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-15 15:55:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-15 15:55:08 +0000
commit339400d7e370a987b02f915f14d08d995cea164d (patch)
tree5e54ca5748483b185fb116631c003199ab382596 /databases/p5-Data-Page/Makefile
parent70e7a023d7608d47711892509171a37117e579b1 (diff)
downloadports-339400d7e370a987b02f915f14d08d995cea164d.tar.gz
ports-339400d7e370a987b02f915f14d08d995cea164d.zip
Update to 2.03
Notes
Notes: svn path=/head/; revision=501722
Diffstat (limited to 'databases/p5-Data-Page/Makefile')
-rw-r--r--databases/p5-Data-Page/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-Data-Page/Makefile b/databases/p5-Data-Page/Makefile
index 67db8c6e9533..0f0546458e4e 100644
--- a/databases/p5-Data-Page/Makefile
+++ b/databases/p5-Data-Page/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Data-Page
-PORTVERSION= 2.02
-PORTREVISION= 1
+PORTVERSION= 2.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,7 +18,8 @@ RUN_DEPENDS= p5-Class-Accessor-Chained>=0:devel/p5-Class-Accessor-Chained
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= configure
+
NO_ARCH= yes
.include <bsd.port.mk>