21 lines
377 B
Makefile
21 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.4 2017/05/24 18:47:36 bluhm Exp $
|
|
|
|
COMMENT = exporter with the features of Sub::Exporter
|
|
|
|
DISTNAME = Exporter-Tiny-1.000000
|
|
|
|
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
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|