17 lines
297 B
Makefile
17 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:00 sthen Exp $
|
|
|
|
COMMENT= refresh perl %INC files when updated on disk
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Module-Refresh-0.17
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Path-Class
|
|
|
|
.include <bsd.port.mk>
|