[Midnightbsd-cvs] mports: Makefile: Policy cleanup.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Sep 24 18:02:38 EDT 2007


Log Message:
-----------
Policy cleanup.

Modified Files:
--------------
    mports/converters/p5-MIME-Base64:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/converters/p5-MIME-Base64/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lconverters/p5-MIME-Base64/Makefile -Lconverters/p5-MIME-Base64/Makefile -u -r1.1 -r1.2
--- converters/p5-MIME-Base64/Makefile
+++ converters/p5-MIME-Base64/Makefile
@@ -15,20 +15,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl5 module for Base64 and Quoted-Printable encodings
+LICENSE=	perl
 
 PERL_CONFIGURE=	YES
 
 MAN3=		MIME::Base64.3 \
 		MIME::QuotedPrint.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+=	${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
-RUN_DEPENDS+=	${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
-
-post-patch:
-	${REINPLACE_CMD} -e '/require 5.006/d' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list