openbsd-ports/textproc/p5-Text-RecordParser/Makefile

29 lines
618 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2011/01/07 09:59:07 benoit Exp $
COMMENT= parse records in CSV-like formats
MODULES= cpan
DISTNAME= Text-RecordParser-v1.5.0
PKGNAME= p5-Text-RecordParser-1.5.0
CATEGORIES= textproc devel
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= devel/p5-List-MoreUtils \
devel/p5-Readonly \
devel/p5-Class-Accessor \
devel/p5-IO-stringy
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS=devel/p5-Test-Exception \
textproc/p5-Text-TabularDisplay
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>