mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Fix *_DEPENDS: p5-Test-Exception is a test-only dependency - Add TEST_DEPENDS - Bump PORTREVISION for dependency change - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
9ad5ff6556
commit
b0a447a3cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363618
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= What
|
||||
PORTVERSION= 1.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TPG
|
||||
@ -11,12 +12,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Find out about running services
|
||||
|
||||
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
p5-Exception-Class>=1.21:${PORTSDIR}/devel/p5-Exception-Class
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
The What class is interface to classes providing information about
|
||||
running services.
|
||||
The What class is interface to classes providing information about running
|
||||
services.
|
||||
|
||||
WWW: http://search.cpan.org/dist/What/
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
|
||||
%%SITE_PERL%%/What.pm
|
||||
%%SITE_PERL%%/What/MTA.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
|
||||
%%PERL5_MAN3%%/What.3.gz
|
||||
%%PERL5_MAN3%%/What::MTA.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
|
||||
@dirrmtry %%SITE_PERL%%/What
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
|
||||
@dirrm %%SITE_PERL%%/What
|
||||
|
Loading…
Reference in New Issue
Block a user