aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-LMAP-CID2SPF/Makefile
blob: 16f2bc28094d19ecf473e230920548e2603f2621 (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
# 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=  p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS:=   ${BUILD_DEPENDS}

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>