openbsd-ports/converters/p5-Text-Iconv/Makefile

26 lines
505 B
Makefile
Raw Normal View History

2010-10-18 13:06:05 -04:00
# $OpenBSD: Makefile,v 1.16 2010/10/18 17:06:06 espie Exp $
2004-08-06 12:06:02 -04:00
SHARED_ONLY= Yes
COMMENT= interface to iconv() codeset conversion function
DISTNAME= Text-Iconv-1.7
2010-09-24 11:23:05 -04:00
REVISION= 0
2007-01-23 17:30:51 -05:00
CATEGORIES= converters
MODULES= converters/libiconv cpan
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-07-10 11:29:30 -04:00
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>