68bfef6aad
- Add LICENSE Changes: http://search.cpan.org/dist/Test-NoTabs/Changes PR: ports/169444 Submitted by: sunpoet (myself) Approved by: milki <milki@rescomp.berkeley.edu> (maintainer)
25 lines
491 B
Makefile
25 lines
491 B
Makefile
# New ports collection makefile for: p5-Test-NoTabs
|
|
# Date created: 2011-02-16
|
|
# Whom: milki <milki@rescomp.berkeley.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-NoTabs
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= milki@rescomp.berkeley.edu
|
|
COMMENT= Check the presence of tabs in your project
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::NoTabs.3
|
|
|
|
.include <bsd.port.mk>
|