19 lines
347 B
Makefile
19 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.2 2014/11/06 10:23:38 benoit Exp $
|
|
|
|
COMMENT = turn on strict and make all warnings fatal
|
|
|
|
MODULES = cpan
|
|
DISTNAME = strictures-1.005005
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
|
|
|
|
CPAN_AUTHOR = HAARG
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-indirect
|
|
|
|
.include <bsd.port.mk>
|