diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-19 03:04:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-19 03:04:56 +0000 |
commit | 281cbb7a64aab638a00eee3ec55e31ca140e48ff (patch) | |
tree | 53c81758098a8827df434502ed663f5543bce892 /devel/p5-Storable/Makefile | |
parent | 26507006774cb1ec622c64b2febd255a78e3af7e (diff) | |
download | ports-281cbb7a64aab638a00eee3ec55e31ca140e48ff.tar.gz ports-281cbb7a64aab638a00eee3ec55e31ca140e48ff.zip |
Notes
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> |