7119b6b479
- 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>
30 lines
727 B
Makefile
30 lines
727 B
Makefile
# Created by: Shaun Amott <shaun@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= LMAP-CID2SPF
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= http://www.baschny.de/spf/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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 shebangfix
|
|
USE_PERL5= configure
|
|
|
|
SHEBANG_FILES= cid2spf
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${SITE_PERL}/LMAP
|
|
cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${STAGEDIR}${PREFIX}/bin
|
|
cd ${WRKSRC} && ${INSTALL_DATA} CID2SPF.pm ${STAGEDIR}${SITE_PERL}/LMAP
|
|
|
|
.include <bsd.port.mk>
|