mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.97
PR: 102209 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
This commit is contained in:
parent
1d4a3c7baa
commit
e9615dc3ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170934
3 changed files with 9 additions and 5 deletions
|
@ -6,17 +6,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Email-Simple
|
PORTNAME= Email-Simple
|
||||||
PORTVERSION= 1.96
|
PORTVERSION= 1.97
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Email
|
MASTER_SITE_SUBDIR= Email
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}0
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Simple parsing of RFC2822 message format and headers
|
COMMENT= Simple parsing of RFC2822 message format and headers
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Email::Simple.3
|
MAN3= Email::Simple.3 Email::Simple::Headers.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Email-Simple-1.96.tar.gz) = 49730b720ca9b4b393ac21749c8a3e9b
|
MD5 (Email-Simple-1.970.tar.gz) = dba307234da23d0c5753c64adbe46c59
|
||||||
SHA256 (Email-Simple-1.96.tar.gz) = 6acd41bf2faaa82d8bb984346241422fdd4db9c99c696f5706160a30e25c3a3b
|
SHA256 (Email-Simple-1.970.tar.gz) = e6fa5ca2ed42f80382ff7eee741a053bdf86d76358d126a14d74d83baad0fbee
|
||||||
SIZE (Email-Simple-1.96.tar.gz) = 14955
|
SIZE (Email-Simple-1.970.tar.gz) = 15982
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
%%SITE_PERL%%/Email/Simple.pm
|
%%SITE_PERL%%/Email/Simple.pm
|
||||||
|
%%SITE_PERL%%/Email/Simple/Headers.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple
|
||||||
|
@dirrm %%SITE_PERL%%/Email/Simple
|
||||||
@dirrmtry %%SITE_PERL%%/Email
|
@dirrmtry %%SITE_PERL%%/Email
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
|
||||||
|
|
Loading…
Add table
Reference in a new issue