From 69caafd9f0706e19502391d3f3416bfe7d158c8d Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 9 May 2014 03:51:09 +0000 Subject: - Add LICENSE - Update pkg-descr - Add WWW - Pass maintainership to submitter - While I'm here: - Add missing RUN_DEPENDS - Remove unnecessary CONFIGURE_SCRIPT - Fix shebang - Bump PORTREVISION for dependency and package change PR: ports/189332 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- mail/p5-LMAP-CID2SPF/Makefile | 14 ++++++++++---- mail/p5-LMAP-CID2SPF/pkg-descr | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/mail/p5-LMAP-CID2SPF/Makefile b/mail/p5-LMAP-CID2SPF/Makefile index 7fb3195de031..61652d99f4dd 100644 --- a/mail/p5-LMAP-CID2SPF/Makefile +++ b/mail/p5-LMAP-CID2SPF/Makefile @@ -2,19 +2,25 @@ # $FreeBSD$ PORTNAME= LMAP-CID2SPF -DISTVERSION= 0.9 +PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://www.baschny.de/spf/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Module to convert between Microsoft's Caller-ID and SPF #' +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure -CONFIGURE_SCRIPT=Makefile.PL + +SHEBANG_FILES= cid2spf do-install: @${MKDIR} ${STAGEDIR}${SITE_PERL}/LMAP diff --git a/mail/p5-LMAP-CID2SPF/pkg-descr b/mail/p5-LMAP-CID2SPF/pkg-descr index 35e1200ecb0b..1d8ec74445d1 100644 --- a/mail/p5-LMAP-CID2SPF/pkg-descr +++ b/mail/p5-LMAP-CID2SPF/pkg-descr @@ -8,6 +8,6 @@ It will convert an XML-fragment as proposed by CID to a record that can be added to DNS as proposed by SPF. SEE ALSO - - CID: http://www.microsoft.com/mscorp/twc/privacy/spam_callerid.mspx SPF: http://spf.pobox.com/ + +WWW: http://www.baschny.de/spf/ -- cgit