20 lines
378 B
Makefile

# $OpenBSD: Makefile,v 1.17 2019/07/12 20:45:07 sthen Exp $
COMMENT = retrieve names of code references
DISTNAME = Sub-Identify-0.14
CATEGORIES = devel
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>