23 lines
460 B
Makefile
23 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/11/05 21:15:31 benoit Exp $
|
|
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
COMMENT = turn on strict and make most warnings fatal
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = strictures-2.000006
|
|
CATEGORIES = devel
|
|
|
|
CPAN_AUTHOR = HAARG
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# These allow additional strictures to be used, should we ever
|
|
# get them ported.
|
|
#RUN_DEPENDS += CPAN/p5-bareword-filehandles \
|
|
# CPAN/p5-multidimensional \
|
|
|
|
.include <bsd.port.mk>
|