diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 16:06:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 16:06:01 +0000 |
commit | 959f7cff9ab29bbe3e3798a4753180f22bf6519c (patch) | |
tree | 686723a172979c6dc5598db2e126684dc9ed4baa /devel/p5-OLE-Storage_Lite | |
parent | a7273e80b0efa0ab9cd555eb5797c1e828f21ff1 (diff) | |
download | ports-959f7cff9ab29bbe3e3798a4753180f22bf6519c.tar.gz ports-959f7cff9ab29bbe3e3798a4753180f22bf6519c.zip |
Notes
Diffstat (limited to 'devel/p5-OLE-Storage_Lite')
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/pkg-descr | 1 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/pkg-plist | 4 |
5 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-OLE-Storage_Lite/Makefile b/devel/p5-OLE-Storage_Lite/Makefile new file mode 100644 index 000000000000..f6d60300c339 --- /dev/null +++ b/devel/p5-OLE-Storage_Lite/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-OLE-Storage_Lite +# Date created: April 2, 2001 +# Whom: Jason Portwood <jason@iac.net> +# +# $FreeBSD$ +# + +PORTNAME= OLE-Storage_Lite +PORTVERSION= 0.08 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= OLE +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= OLE::Storage_Lite.3 + +.include <bsd.port.mk> diff --git a/devel/p5-OLE-Storage_Lite/distinfo b/devel/p5-OLE-Storage_Lite/distinfo new file mode 100644 index 000000000000..508d8bc77067 --- /dev/null +++ b/devel/p5-OLE-Storage_Lite/distinfo @@ -0,0 +1 @@ +MD5 (OLE-Storage_Lite-0.08.tar.gz) = 67d6dd2a1a44cc4c5458ce69ff941b37 diff --git a/devel/p5-OLE-Storage_Lite/pkg-comment b/devel/p5-OLE-Storage_Lite/pkg-comment new file mode 100644 index 000000000000..f722b8a1a787 --- /dev/null +++ b/devel/p5-OLE-Storage_Lite/pkg-comment @@ -0,0 +1 @@ +Simple Class for OLE document interface diff --git a/devel/p5-OLE-Storage_Lite/pkg-descr b/devel/p5-OLE-Storage_Lite/pkg-descr new file mode 100644 index 000000000000..5e7c6c59ce4f --- /dev/null +++ b/devel/p5-OLE-Storage_Lite/pkg-descr @@ -0,0 +1 @@ +Simple Class for OLE document interface. diff --git a/devel/p5-OLE-Storage_Lite/pkg-plist b/devel/p5-OLE-Storage_Lite/pkg-plist new file mode 100644 index 000000000000..1de11273ed9a --- /dev/null +++ b/devel/p5-OLE-Storage_Lite/pkg-plist @@ -0,0 +1,4 @@ +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%%/OLE 2>/dev/null || true |