blob: 5108e9d2784f2e64775b145780697d95618b6cee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: LMAP-CID2SPF
# Date Created: 2006-11-03
# Whom: Shaun Amott <shaun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= LMAP-CID2SPF
DISTVERSION= 0.9
CATEGORIES= mail perl5
MASTER_SITES= http://www.baschny.de/spf/
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Module to convert between Microsoft's Caller-ID and SPF #'
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
CONFIGURE_SCRIPT=Makefile.PL
PLIST_FILES+= bin/cid2spf %%SITE_PERL%%/LMAP/CID2SPF.pm
PLIST_FILES+= "@unexec rmdir %D/%%SITE_PERL%%/LMAP 2>/dev/null || true"
do-install:
@${MKDIR} ${SITE_PERL}/LMAP
cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_DATA} CID2SPF.pm ${SITE_PERL}/LMAP
.include <bsd.port.mk>
|