diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 05:02:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 05:02:17 +0000 |
commit | af1905c9c83e6f1363f82bd1efb28157db20c259 (patch) | |
tree | 305a1cd044e0e00db516c711361480d69f3ef1d0 /devel/p5-OLE-Storage_Lite/Makefile | |
parent | o Update to 0.32 (diff) |
o Update to 0.09
o Add missing RUN_DEPENDS on p5-IO-stringy
o Update to more precise COMMENT and DESCR
o Add WWW tag
o Fix PLIST
PR: 29452
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'devel/p5-OLE-Storage_Lite/Makefile')
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-OLE-Storage_Lite/Makefile b/devel/p5-OLE-Storage_Lite/Makefile index f6d60300c339..de24563aa4f9 100644 --- a/devel/p5-OLE-Storage_Lite/Makefile +++ b/devel/p5-OLE-Storage_Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= OLE-Storage_Lite -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= OLE @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |