17 lines
273 B
Makefile
17 lines
273 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:44:58 sthen Exp $
|
|
|
|
COMMENT= objects for cycling through a list of values
|
|
|
|
DISTNAME = List-Cycle-1.02
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
MAKE_ENV= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|