13608ca2bc
common::sense module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders.
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/19 06:10:37 kevlo Exp $
|
|
|
|
COMMENT= perl common defaults with lower memory usage
|
|
|
|
MODULES= cpan
|
|
DISTNAME= common-sense-0.04
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= MLEHMANN
|
|
|
|
.include <bsd.port.mk>
|