17 lines
262 B
Makefile
17 lines
262 B
Makefile
# $OpenBSD: Makefile,v 1.13 2016/05/30 15:24:27 sthen Exp $
|
|
|
|
COMMENT = lightweight exporting of functions and variables
|
|
|
|
DISTNAME = Exporter-Lite-0.08
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|