2001-05-11 18:06:01 +02:00
|
|
|
# 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
|
2004-12-22 12:34:24 +01:00
|
|
|
PORTVERSION= 0.14
|
2001-05-11 18:06:01 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= OLE
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl module for OLE document interface
|
2001-05-11 18:06:01 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy
|
2001-08-05 07:02:17 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-05-11 18:06:01 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= OLE::Storage_Lite.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|