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

21 lines
456 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2002/01/05 14:53:27 shell Exp $
COMMENT= "Provide regular expressions for some XML tokens"
VERSION= 0.03
DISTNAME= XML-RegExp-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.504
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>