13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/11/01 09:16:23 benoit Exp $
|
|
|
|
COMMENT = Relative use lib in absolute way
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = lib-abs-0.95
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|