- Add LICENSE
- Add NO_ARCH - Use CONFLICTS_INSTALL instead of CONFLICTS - Sort PLIST
This commit is contained in:
parent
ec2cf0031c
commit
80d35944c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402577
2 changed files with 6 additions and 2 deletions
|
@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Implementation of the HTTP content negotiation algorithm
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-libwww-5*
|
||||
CONFLICTS_INSTALL= p5-libwww-5*
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/HTTP::Negotiate.3.gz
|
||||
%%SITE_PERL%%/HTTP/Negotiate.pm
|
||||
%%PERL5_MAN3%%/HTTP::Negotiate.3.gz
|
||||
|
|
Loading…
Reference in a new issue