freebsd-ports/textproc/p5-XML-Namespace/Makefile
Sunpoet Po-Chuan Hsieh 10018c6335 Add NO_ARCH
2019-08-11 16:51:07 +00:00

22 lines
365 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-Namespace
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple support for XML Namespaces
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>