1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-09 03:51:09 +00:00
parent f44b77c711
commit 7119b6b479
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353421
2 changed files with 13 additions and 7 deletions

View File

@ -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 #'
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
USE_PERL5= configure
CONFIGURE_SCRIPT=Makefile.PL
SHEBANG_FILES= cid2spf
do-install:
@${MKDIR} ${STAGEDIR}${SITE_PERL}/LMAP

View File

@ -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/