99e34652e0
- Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Text-RecordParser/Changes
27 lines
675 B
Makefile
27 lines
675 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Text-RecordParser
|
|
PORTVERSION= 1.6.5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read record-oriented files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
|
p5-IO-stringy>=0:devel/p5-IO-stringy \
|
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
p5-Readonly>=0:devel/p5-Readonly \
|
|
p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat \
|
|
p5-Text-TabularDisplay>=1.22:textproc/p5-Text-TabularDisplay
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|