2005-05-23 12:25:39 +02:00
|
|
|
# New ports collection makefile for: Mail-DomainKeys
|
|
|
|
# Date created: 23 May 2005
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail-DomainKeys
|
2007-03-21 14:01:17 +01:00
|
|
|
PORTVERSION= 1.0
|
2012-03-18 00:18:29 +01:00
|
|
|
PORTREVISION= 1
|
2005-05-23 12:25:39 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-05-23 12:25:39 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-05-23 12:25:39 +02:00
|
|
|
COMMENT= Perl implementation of DomainKeys
|
|
|
|
|
2012-03-18 00:18:29 +01:00
|
|
|
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
|
|
|
p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
|
|
|
|
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
|
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2005-05-23 12:25:39 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2005-10-26 17:59:25 +02:00
|
|
|
MAN3= Mail::DomainKeys.3
|
|
|
|
|
2005-05-23 12:25:39 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e '$$_="" if $$.>=6 && $$.<=38' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|