mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
f3b5055c28
commit
f4b8d03338
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363735
@ -10,9 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= SpamCop reporting automation
|
||||
|
||||
RUN_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
WWW::Mechanize::SpamCop is used to automate spam reporting on
|
||||
spamcop.net's web site.
|
||||
WWW::Mechanize::SpamCop is used to automate spam reporting on spamcop.net's web
|
||||
site.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Mechanize-SpamCop/
|
||||
|
@ -1,8 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/SpamCop/.packlist
|
||||
%%SITE_PERL%%/WWW/Mechanize/SpamCop.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/SpamCop/.packlist
|
||||
%%PERL5_MAN3%%/WWW::Mechanize::SpamCop.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/SpamCop
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/SpamCop
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
||||
|
Loading…
Reference in New Issue
Block a user