7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= XML-AutoWriter
|
|
PORTVERSION= 0.40
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-0.4
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module for DOCTYPE based XML output
|
|
|
|
LICENSE= ART10 GPLv1 BSD4CLAUSE
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
|
|
|
|
USES= dos2unix perl5
|
|
DOS2UNIX_GLOB= *.pm
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/lib/XML/*.orig
|
|
|
|
.include <bsd.port.mk>
|