18 lines
269 B
Makefile
18 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:51 sthen Exp $
|
|
|
|
COMMENT = lightweight exporting of functions and variables
|
|
|
|
DISTNAME = Exporter-Lite-0.08
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|