bluhm 86539c17b2 import p5-Exporter-Tiny 0.042
OK benoit@ sthen@

exporter with the features of Sub::Exporter

Exporter::Tiny supports many of Sub::Exporter's external-facing
features including renaming imported functions with the -as, -prefix
and -suffix options; explicit destinations with the into option;
and alternative installers with the installler option.  But it's
written in only about 40% as many lines of code and with zero
non-core dependencies.
2015-04-23 18:35:44 +00:00

19 lines
366 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/04/23 18:35:44 bluhm Exp $
COMMENT = exporter with the features of Sub::Exporter
DISTNAME = Exporter-Tiny-0.042
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl_5
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Fatal \
devel/p5-Test-Warnings
.include <bsd.port.mk>