19 lines
278 B
Makefile
19 lines
278 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:05 sthen Exp $
|
|
|
|
COMMENT = polymorphic return values
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = Return-Value-1.666005
|
|
CATEGORIES = devel
|
|
|
|
CPAN_AUTHOR = RJBS
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|