openbsd-ports/textproc/p5-XML-RegExp/Makefile
2002-12-29 20:19:09 +00:00

19 lines
414 B
Makefile

# $OpenBSD: Makefile,v 1.3 2002/12/29 20:19:09 fgsch Exp $
COMMENT= "Provide regular expressions for some XML tokens"
VERSION= 0.03
DISTNAME= XML-RegExp-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>