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

20 lines
385 B
Makefile

COMMENT = tracking back references
MODULES = cpan
DISTNAME = Devel-FindRef-1.46
# avoid going backwards, give it a 3rd digit
PKGNAME = p5-Devel-FindRef-1.460
CATEGORIES = devel
MAINTAINER = Marc Espie <espie@openbsd.org>
REVISION = 1
BUILD_DEPENDS = devel/p5-Canary-Stability
RUN_DEPENDS = devel/p5-common-sense
# perl
PERMIT_PACKAGE =Yes
WANTLIB += c perl
.include <bsd.port.mk>