22 lines
431 B
Makefile
22 lines
431 B
Makefile
# New ports collection makefile for: devel/p5-strictures
|
|
# Date created: Feb 25, 2011
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= strictures
|
|
PORTVERSION= 1.002002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MSTROUT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Turn on strict and make all warnings fatal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= strictures.3
|
|
|
|
.include <bsd.port.mk>
|