[Midnightbsd-cvs] mports: Makefile: cpan site, license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 4 14:02:13 EDT 2008


Log Message:
-----------
cpan site, license

Modified Files:
--------------
    mports/security/p5-Digest-SHA1:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/p5-Digest-SHA1/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/p5-Digest-SHA1/Makefile -L security/p5-Digest-SHA1/Makefile -u -r1.1 -r1.2
--- security/p5-Digest-SHA1/Makefile
+++ security/p5-Digest-SHA1/Makefile
@@ -9,22 +9,15 @@
 PORTNAME=	Digest-SHA1
 PORTVERSION=	2.11
 CATEGORIES=	security perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Digest
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl interface to the SHA-1 Algorithm
+LICENSE=	perl
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Digest::SHA1.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
-RUN_DEPENDS+=	${BUILD_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list