diff options
Diffstat (limited to 'devel/p5-Storable/Makefile')
-rw-r--r-- | devel/p5-Storable/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 7b4a5e3f6d55..7b1684b123f3 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable @@ -15,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org USE_PERL5= yes - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" +PERL_CONFIGURE= yes .include <bsd.port.mk> |