23 lines
314 B
Makefile
23 lines
314 B
Makefile
|
COMMENT = indexed colors used by XTerm
|
||
|
|
||
|
DISTNAME = Convert-Color-XTerm-0.06
|
||
|
|
||
|
CATEGORIES = converters
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
RUN_DEPENDS = converters/p5-Convert-Color>=0.06
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
|
||
|
MAKE_ENV = TEST_POD=Yes
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
MODCPAN_EXAMPLES = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|