[Midnightbsd-cvs] mports: Makefile: Correct license.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sun May 4 13:47:49 EDT 2008


Log Message:
-----------
Correct license.
Remove PERL_LEVEL check that we don't need.

Modified Files:
--------------
    mports/security/p5-Digest-HMAC:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/p5-Digest-HMAC/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/p5-Digest-HMAC/Makefile -L security/p5-Digest-HMAC/Makefile -u -r1.3 -r1.4
--- security/p5-Digest-HMAC/Makefile
+++ security/p5-Digest-HMAC/Makefile
@@ -15,7 +15,8 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl5 interface to HMAC Message-Digest Algorithms
-LICENSE=        gpl
+LICENSE=        perl
+
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
@@ -25,10 +26,4 @@
 		Digest::HMAC_MD5.3 \
 		Digest::HMAC_SHA1.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list