mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.01
PR: 110437 Submitted by: Gea-Suan Lin <gslin @ gslin.org>
This commit is contained in:
parent
595aa4b685
commit
0362fdcde0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187688
2 changed files with 7 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Mail-ListDetector
|
PORTNAME= Mail-ListDetector
|
||||||
PORTVERSION= 0.34
|
PORTVERSION= 1.01
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Mail
|
MASTER_SITE_SUBDIR= Mail
|
||||||
|
@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl module for detecting mailing list messages
|
COMMENT= Perl module for detecting mailing list messages
|
||||||
|
|
||||||
RUN_DEPENDS= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
|
RUN_DEPENDS= ${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \
|
||||||
${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \
|
${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
|
||||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -49,7 +48,6 @@ MAN3= Mail::ListDetector.3 \
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl \
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/sample.pl ${EXAMPLESDIR}
|
||||||
${EXAMPLESDIR}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Mail-ListDetector-0.34.tar.gz) = 7281ae548845a6ae800a1b1537ac7942
|
MD5 (Mail-ListDetector-1.01.tar.gz) = 1d60d2ecadffaedfab89c8f286186269
|
||||||
SHA256 (Mail-ListDetector-0.34.tar.gz) = 5b1851be4c4df04deccff3ec0568bcde1d95d32699c51e571f73b5ffd52edef9
|
SHA256 (Mail-ListDetector-1.01.tar.gz) = 20861be5cc7c09050885b6c53bfc23783fbad3be7cbbbed8c75441ef8d8bf6b1
|
||||||
SIZE (Mail-ListDetector-0.34.tar.gz) = 39817
|
SIZE (Mail-ListDetector-1.01.tar.gz) = 40197
|
||||||
|
|
Loading…
Add table
Reference in a new issue