6d99caa844
- trim Makefile header Approved by: portmgr (bapt@, blanket)
19 lines
357 B
Makefile
19 lines
357 B
Makefile
# Created by: Mons Anderson <mons@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= common-sense
|
|
PORTVERSION= 3.6
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= common::sense.3
|
|
|
|
.include <bsd.port.mk>
|