20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= perl module to perform XSLT transformations
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-XSLT-0.48
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser>=2.23 \
|
|
textproc/p5-XML-DOM>=1.25
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|