mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
40c5c9d279
Changes: http://search.cpan.org/dist/Test-NoTabs/Changes PR: ports/158300 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
23 lines
450 B
Makefile
23 lines
450 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.1
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::NoTabs.3
|
|
|
|
.include <bsd.port.mk>
|