aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-09 11:51:09 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-09 11:51:09 +0800
commit69caafd9f0706e19502391d3f3416bfe7d158c8d (patch)
treed5002c36730210d691963d111fbce5f0250f3b57
parent2691087ba5e3ed9f0448d23a1d85985cdfe81366 (diff)
downloadfreebsd-ports-gnome-69caafd9f0706e19502391d3f3416bfe7d158c8d.tar.gz
freebsd-ports-gnome-69caafd9f0706e19502391d3f3416bfe7d158c8d.tar.zst
freebsd-ports-gnome-69caafd9f0706e19502391d3f3416bfe7d158c8d.zip
- 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>
-rw-r--r--mail/p5-LMAP-CID2SPF/Makefile14
-rw-r--r--mail/p5-LMAP-CID2SPF/pkg-descr4
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/