mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix plist
This commit is contained in:
parent
856829daf0
commit
4a3a925e06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349841
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Net-SMTPS
|
||||
PORTVERSION= 0.03
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,11 +15,8 @@ RUN_DEPENDS= p5-Authen-SASL>=2:${PORTSDIR}/security/p5-Authen-SASL \
|
||||
p5-IO-Socket-SSL>=1.9:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
||||
MAN3= Net::SMTPS.3
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Net/SMTPS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTPS/.packlist
|
||||
%%PERL5_MAN3%%/Net::SMTPS.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTPS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user