1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Fix wrong PKGNAME dependency.

Spotted by:	Poudriere
With hat:	portmgr
This commit is contained in:
Bryan Drewery 2017-06-17 02:58:21 +00:00
parent d1b8097a22
commit bb0ecb7b2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443723

View File

@ -3,6 +3,7 @@
PORTNAME= Config-GitLike
PORTVERSION= 1.16
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -13,8 +14,8 @@ COMMENT= Simple git-compatible config file parser for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= devel/p5-Moo>=0:devel/p5-Moo \
devel/p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike
BUILD_DEPENDS= p5-Moo>=0:devel/p5-Moo \
p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception