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

20 lines
373 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:50 ajacoutot 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
REVISION= 1
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>