22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:04 sthen Exp $
|
|
|
|
COMMENT = source constants from POD to avoid repetition
|
|
|
|
DISTNAME = Pod-Constant-0.1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
TEST_DEPENDS = devel/p5-Test-Exception \
|
|
devel/p5-Test-NoTabs \
|
|
devel/p5-Test-Pod>=1.41 \
|
|
devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|