2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:35:53 espie Exp $
|
2007-04-08 22:07:15 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= perl interface to yaz zoom
|
2007-04-08 22:07:15 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2008-10-08 16:56:50 +00:00
|
|
|
DISTNAME= Net-Z3950-ZOOM-1.25
|
2012-08-23 15:50:05 +00:00
|
|
|
REVISION= 3
|
2007-04-08 22:07:15 +00:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 15:50:05 +00:00
|
|
|
WANTLIB += c exslt gcrypt gpg-error m pthread xml2 xslt z yaz
|
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS= converters/p5-MARC-Record
|
|
|
|
LIB_DEPENDS= net/yaz
|
2007-04-08 22:07:15 +00:00
|
|
|
|
2008-09-02 14:10:22 +00:00
|
|
|
MODULES= cpan \
|
|
|
|
devel/gettext
|
2010-10-18 21:50:38 +00:00
|
|
|
USE_GROFF = Yes
|
2007-04-08 22:07:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|