1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Perl-Tidy/Makefile
Sunpoet Po-Chuan Hsieh a4e63dd95a - Update to 20150815
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Perl-Tidy/CHANGES
2015-08-15 12:09:47 +00:00

20 lines
358 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= Perl-Tidy
PORTVERSION= 20150815
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Indents and reformats Perl scripts to make them easier to read
LICENSE= GPLv2
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>