9cb31f3652
sthen@ agrees
29 lines
617 B
Makefile
29 lines
617 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/04/15 14:29:17 ajacoutot Exp $
|
|
|
|
COMMENT= parse records in CSV-like formats
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-RecordParser-v1.2.1
|
|
PKGNAME= p5-Text-RecordParser-1.2.1p2
|
|
CATEGORIES= textproc devel
|
|
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-List-MoreUtils \
|
|
::devel/p5-Readonly \
|
|
::devel/p5-Class-Accessor \
|
|
::devel/p5-IO-stringy
|
|
|
|
REGRESS_DEPENDS=::devel/p5-Test-Exception \
|
|
::textproc/p5-Text-TabularDisplay
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|