openbsd-ports/devel/p5-Sub-Identify/Makefile
2022-03-11 18:49:30 +00:00

19 lines
331 B
Makefile

COMMENT = retrieve names of code references
DISTNAME = Sub-Identify-0.14
CATEGORIES = devel
REVISION = 0
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
# Additional dependency to avoid skipping tests
TEST_DEPENDS += devel/p5-Test-Pod
.include <bsd.port.mk>