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 | |
parent | 2005ac8fadad042cc59119295a4875826f1a2096 (diff) | |
download | ports-af1905c9c83e6f1363f82bd1efb28157db20c259.tar.gz ports-af1905c9c83e6f1363f82bd1efb28157db20c259.zip |
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>
Notes
Notes:
svn path=/head/; revision=45824
Diffstat (limited to 'devel/p5-OLE-Storage_Lite')
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/pkg-comment | 2 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/pkg-plist | 1 |
5 files changed, 9 insertions, 4 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 diff --git a/devel/p5-OLE-Storage_Lite/distinfo b/devel/p5-OLE-Storage_Lite/distinfo index 508d8bc77067..2a34ad922c0c 100644 --- a/devel/p5-OLE-Storage_Lite/distinfo +++ b/devel/p5-OLE-Storage_Lite/distinfo @@ -1 +1 @@ -MD5 (OLE-Storage_Lite-0.08.tar.gz) = 67d6dd2a1a44cc4c5458ce69ff941b37 +MD5 (OLE-Storage_Lite-0.09.tar.gz) = 45547854f7eae2ea0bb2f5eef63dae7c diff --git a/devel/p5-OLE-Storage_Lite/pkg-comment b/devel/p5-OLE-Storage_Lite/pkg-comment index f722b8a1a787..fbde8336af5c 100644 --- a/devel/p5-OLE-Storage_Lite/pkg-comment +++ b/devel/p5-OLE-Storage_Lite/pkg-comment @@ -1 +1 @@ -Simple Class for OLE document interface +Perl module for OLE document interface diff --git a/devel/p5-OLE-Storage_Lite/pkg-descr b/devel/p5-OLE-Storage_Lite/pkg-descr index 5e7c6c59ce4f..b8fd0e408959 100644 --- a/devel/p5-OLE-Storage_Lite/pkg-descr +++ b/devel/p5-OLE-Storage_Lite/pkg-descr @@ -1 +1,4 @@ -Simple Class for OLE document interface. +The OLE::Storage_Lite perl module allows you to read and write an +OLE structured file. + +WWW: http://search.cpan.org/search?dist=OLE-Storage_Lite diff --git a/devel/p5-OLE-Storage_Lite/pkg-plist b/devel/p5-OLE-Storage_Lite/pkg-plist index 2b3989ac0467..d3e15fe2a80d 100644 --- a/devel/p5-OLE-Storage_Lite/pkg-plist +++ b/devel/p5-OLE-Storage_Lite/pkg-plist @@ -1,5 +1,6 @@ lib/perl5/site_perl/%%PERL_VER%%/OLE/Storage_Lite.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/OLE/Storage_Lite/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/OLE/Storage_Lite +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/OLE 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/OLE 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/OLE 2>/dev/null || true |