[Midnightbsd-cvs] mports: Makefile: Use CPAN shortcut

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 29 18:55:05 EDT 2008


Log Message:
-----------
Use CPAN shortcut

Modified Files:
--------------
    mports/textproc/p5-XML-Parser:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/p5-XML-Parser/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L textproc/p5-XML-Parser/Makefile -L textproc/p5-XML-Parser/Makefile -u -r1.3 -r1.4
--- textproc/p5-XML-Parser/Makefile
+++ textproc/p5-XML-Parser/Makefile
@@ -10,12 +10,13 @@
 PORTVERSION=	2.36
 PORTREVISION=	2
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	XML
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl extension interface to James Clark's XML parser, expat
+LICENSE=	perl
 
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 


More information about the Midnightbsd-cvs mailing list