a5af06e2a9
Changes: http://cpansearch.perl.org/src/ETHER/strictures-1.004004/Changes - Trim Makefile headers Feature safe: yes
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= strictures
|
|
PORTVERSION= 1.004004
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Turn on strict and make all warnings fatal
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= strictures.3
|
|
|
|
.include <bsd.port.mk>
|