naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

20 lines
362 B
Makefile

# $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:09 naddy Exp $
COMMENT = comma-separated values manipulation routines
MODULES = cpan
PKG_ARCH = *
DISTNAME = Text-CSV-1.33
CATEGORIES = textproc
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = textproc/p5-Text-CSV_XS
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>