Lines 6-30
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Mail-SPF |
8 |
PORTNAME= Mail-SPF |
9 |
PORTVERSION= 2.004 |
9 |
PORTVERSION= 2.005 |
10 |
CATEGORIES= mail perl5 |
10 |
CATEGORIES= mail perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= Mail |
|
|
13 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
|
|
13 |
DISTNAME= ${PORTNAME}-v${PORTVERSION} |
14 |
|
14 |
|
15 |
MAINTAINER= gmc@sonologic.nl |
15 |
MAINTAINER= gmc@sonologic.nl |
16 |
COMMENT= Reference implementation of the RFC 4408 SPF protocol |
16 |
COMMENT= Reference implementation of the RFC 4408 SPF protocol |
17 |
|
17 |
|
18 |
RUN_DEPENDS= ${SITE_PERL}/Net/DNS/Resolver/Programmable.pm:${PORTSDIR}/dns/p5-Net-DNS-Resolver-Programmable \ |
18 |
RUN_DEPENDS= p5-Net-DNS-Resolver-Programmable>=0.002.1:${PORTSDIR}/dns/p5-Net-DNS-Resolver-Programmable \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ |
19 |
p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \ |
20 |
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ |
20 |
p5-version>0:${PORTSDIR}/devel/p5-version \ |
21 |
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ |
21 |
p5-Error>0:${PORTSDIR}/lang/p5-Error \ |
22 |
${SITE_PERL}/${PERL_ARCH}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ |
22 |
p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ |
23 |
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ |
23 |
p5-URI>=1.13:${PORTSDIR}/net/p5-URI |
24 |
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple |
|
|
25 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
24 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
26 |
|
25 |
|
27 |
PERL_MODBUILD= yes |
26 |
PERL_MODBUILD= 5.6.0+ |
28 |
CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin |
27 |
CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin |
29 |
|
28 |
|
30 |
MAN1= spfquery.1 |
29 |
MAN1= spfquery.1 |
Lines 42-54
Link Here
|
42 |
.include <bsd.port.pre.mk> |
41 |
.include <bsd.port.pre.mk> |
43 |
|
42 |
|
44 |
DOCSDIR= ${PREFIX}/share/doc/p5-Mail-SPF |
43 |
DOCSDIR= ${PREFIX}/share/doc/p5-Mail-SPF |
|
|
44 |
DOCS= CHANGES INSTALL LICENSE README TODO |
45 |
|
45 |
|
46 |
post-install: |
46 |
post-install: |
47 |
.if !defined(NOPORTDOCS) |
47 |
.if !defined(NOPORTDOCS) |
48 |
@${MKDIR} ${DOCSDIR} |
48 |
@${MKDIR} ${DOCSDIR} |
49 |
.for doc in CHANGES LICENSE README TODO |
49 |
@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ |
50 |
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} |
|
|
51 |
.endfor |
52 |
.endif |
50 |
.endif |
53 |
|
51 |
|
54 |
.include <bsd.port.post.mk> |
52 |
.include <bsd.port.post.mk> |