df4e1203e4
ok jasper@ (final commit)
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= extension for generating XML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-Generator-1.01
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-DOM
|
|
REGRESS_DEPENDS=devel/p5-Tie-IxHash
|
|
|
|
.include <bsd.port.mk>
|