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

20 lines
369 B
Makefile
Raw Normal View History

2010-11-20 14:56:47 -05:00
# $OpenBSD: Makefile,v 1.6 2010/11/20 19:56:50 espie Exp $
2006-11-11 08:28:00 -05:00
COMMENT= embed XML directly into perl
2006-11-11 08:28:00 -05:00
MODULES= cpan
2006-11-11 08:28:00 -05:00
DISTNAME= XML-Literal-0.02
2010-07-13 16:14:21 -04:00
REVISION= 0
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2006-11-11 08:28:00 -05:00
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= devel/p5-Sub-Override
2006-11-11 08:28:00 -05:00
.include <bsd.port.mk>