diff options
Diffstat (limited to 'devel/p5-parent/Makefile')
-rw-r--r-- | devel/p5-parent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-parent/Makefile b/devel/p5-parent/Makefile index 2b6aed192d4c..593f7f810f19 100644 --- a/devel/p5-parent/Makefile +++ b/devel/p5-parent/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parent -PORTVERSION= 0.234 +PORTVERSION= 0.236 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION @@ -14,6 +14,7 @@ COMMENT= Establish an ISA relationship with base classes at compile time LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 |