[Midnightbsd-cvs] mports: Makefile: fix maintainer

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 18:17:14 EDT 2008


Log Message:
-----------
fix maintainer

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/p5-Crypt-SSLeay/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/p5-Crypt-SSLeay/Makefile -L security/p5-Crypt-SSLeay/Makefile -u -r1.1 -r1.2
--- security/p5-Crypt-SSLeay/Makefile
+++ security/p5-Crypt-SSLeay/Makefile
@@ -2,6 +2,7 @@
 # Date created:				December-15-2000
 # Whom:	      				Alfred Perlstein <alfred at freebsd.org>
 #
+# $MidnightBSD$
 # $FreeBSD: ports/security/p5-Crypt-SSLeay/Makefile,v 1.27 2008/04/17 14:28:13 araujo Exp $
 #
 
@@ -11,10 +12,11 @@
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	erwin at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl5 interface to allow p5-libwww LWP to make https connections
+LICENSE=	perl
 
-BUILD_DEPENDS=		${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -23,11 +25,4 @@
 
 MAN3=		Crypt::SSLeay.3 Net::SSL.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list