20 lines
429 B
Makefile
20 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/11/15 15:12:54 sturm 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/}
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|