Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Mail-DKIM |
8 |
PORTNAME= Mail-DKIM |
9 |
PORTVERSION= 0.23 |
9 |
PORTVERSION= 0.24 |
10 |
CATEGORIES= mail perl5 |
10 |
CATEGORIES= mail perl5 |
11 |
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
http://jason.long.name/dkimproxy/ |
12 |
MASTER_SITE_SUBDIR= Mail |
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
14 |
|
14 |
|
15 |
MAINTAINER= yanagisawa@csg.is.titech.ac.jp |
15 |
MAINTAINER= yanagisawa@csg.is.titech.ac.jp |
Lines 23-28
Link Here
|
23 |
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ |
23 |
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ |
24 |
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS |
24 |
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS |
25 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
25 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
|
|
26 |
|
27 |
MASTER_SITE_BACKUP+= http://freebsd.unixfreunde.de/sources/ \ |
28 |
http://jason.long.name/dkimproxy/ |
26 |
|
29 |
|
27 |
PERL_CONFIGURE= yes |
30 |
PERL_CONFIGURE= yes |
28 |
|
31 |
|