19 lines
355 B
Makefile
19 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/07/13 20:14:23 sthen Exp $
|
|
|
|
COMMENT= embed XML directly into perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-Literal-0.02
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Sub-Override
|
|
|
|
.include <bsd.port.mk>
|