1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix pkgname conflicts

This commit is contained in:
Baptiste Daroussin 2014-01-04 00:51:17 +00:00
parent 3b86f426ea
commit 98ea2e3aed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338612
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
CONFLICTS= p5-JSON-1.*
CONFLICTS= p5-JSON-1.* p5-JSON1-*
USES= perl5
USE_PERL5= configure

View File

@ -5,6 +5,7 @@ PORTVERSION= 1.15
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= 1
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
@ -15,7 +16,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= p5-JSON-2.*
USES= perl5
USE_PERL5= configure
NO_LATEST_LINK= yes
MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \
JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \
JSONRPC.3 JSONRPC::Transport::HTTP.3