openbsd-ports/textproc/p5-XML-XSLT/Makefile

23 lines
473 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/12/03 11:46:50 ajacoutot Exp $
COMMENT= perl module to perform XSLT transformations
MODULES= cpan
2008-10-08 13:42:50 -04:00
DISTNAME= XML-XSLT-0.48
REVISION= 0
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= textproc/p5-XML-Parser>=2.23 \
textproc/p5-XML-DOM>=1.25
2003-11-15 10:12:53 -05:00
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>