freebsd-ports/devel/p5-OLE-Storage_Lite/Makefile
2013-10-30 15:19:23 +00:00

19 lines
398 B
Makefile

# Created by: Jason Portwood <jason@iac.net>
# $FreeBSD$
PORTNAME= OLE-Storage_Lite
PORTVERSION= 0.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for OLE document interface
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>