freebsd-ports/mail/p5-LMAP-CID2SPF/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

30 lines
739 B
Makefile

# Created by: Shaun Amott <shaun@FreeBSD.org>
# $FreeBSD$
PORTNAME= LMAP-CID2SPF
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= http://www.baschny.de/spf/
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Module to convert between Microsoft's Caller-ID and SPF #'
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= cid2spf
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/LMAP
cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_DATA} CID2SPF.pm ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/LMAP
.include <bsd.port.mk>