ae47441e8f
Changes: https://metacpan.org/changes/distribution/common-sense PR: 207525 Approved by: maintainer timeout (> 2 weeks)
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# Created by: Mons Anderson <mons@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= common-sense
|
|
PORTVERSION= 3.74
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Perl common defaults with lower memory usage
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|