2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:45:43 ajacoutot Exp $
|
2007-04-08 18:07:15 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= perl interface to yaz zoom
|
2007-04-08 18:07:15 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2008-10-08 12:56:50 -04:00
|
|
|
DISTNAME= Net-Z3950-ZOOM-1.25
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 2
|
2007-04-08 18:07:15 -04:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= converters/p5-MARC-Record
|
|
|
|
LIB_DEPENDS= net/yaz
|
2007-04-08 18:07:15 -04:00
|
|
|
|
2010-11-11 11:27:54 -05:00
|
|
|
WANTLIB += exslt gcrypt gpg-error m pthread xml2 xslt z yaz
|
2007-04-08 18:07:15 -04:00
|
|
|
|
2008-09-02 10:10:22 -04:00
|
|
|
MODULES= cpan \
|
|
|
|
devel/gettext
|
2010-10-18 17:50:38 -04:00
|
|
|
USE_GROFF = Yes
|
2007-04-08 18:07:15 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|