mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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>
This commit is contained in:
parent
2005ac8fad
commit
af1905c9c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45824
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (OLE-Storage_Lite-0.08.tar.gz) = 67d6dd2a1a44cc4c5458ce69ff941b37
|
||||
MD5 (OLE-Storage_Lite-0.09.tar.gz) = 45547854f7eae2ea0bb2f5eef63dae7c
|
||||
|
@ -1 +1 @@
|
||||
Simple Class for OLE document interface
|
||||
Perl module for OLE document interface
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user