freebsd-ports/devel/p5-common-sense/Makefile
Andrej Zverev 6d99caa844 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 11:01:46 +00:00

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>