mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
15 lines
250 B
Makefile
15 lines
250 B
Makefile
COMMENT = inheritable, overridable class data
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Class-Data-Inheritable-0.10
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|