ports/textproc/p5-IO-CSVHeaderFile/Makefile
Andrej Zverev f900846e52 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 17:26:57 +00:00

21 lines
446 B
Makefile

# Created by: Vasek Balcar <vasek@ti.cz>
# $FreeBSD$
PORTNAME= IO-CSVHeaderFile
PORTVERSION= 0.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vasek@ti.cz
COMMENT= Perl module to automate reads from CSV formatted text files
BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= IO::CSVHeaderFile.3
.include <bsd.port.mk>