forked from Lainports/freebsd-ports
Add removed Perl core module to *_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
982822eab4
commit
6effdbca92
1 changed files with 7 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Color-Library
|
||||
PORTVERSION= 0.021
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -13,13 +14,15 @@ COMMENT= Easy-to-use and comprehensive named-color library
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
||||
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
||||
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
|
||||
p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
|
||||
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue