19 lines
290 B
Makefile
19 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:45:06 sthen Exp $
|
|
|
|
COMMENT= cross-platform path manipulation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Path-Class-0.37
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CPAN_AUTHOR= KWILLIAMS
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|