2008-10-02 16:30:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2008/10/02 20:38:37 simon 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-09-02 10:10:22 -04:00
|
|
|
DISTNAME= Net-Z3950-ZOOM-1.24
|
2008-10-02 16:30:43 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
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
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::converters/p5-MARC-Record
|
|
|
|
LIB_DEPENDS= yaz::net/yaz
|
|
|
|
|
2008-09-02 10:10:22 -04:00
|
|
|
WANTLIB= crypto exslt gcrypt gpg-error m pthread \
|
|
|
|
ssl xml2 xslt z
|
2007-04-08 18:07:15 -04:00
|
|
|
|
2008-09-02 10:10:22 -04:00
|
|
|
MODULES= cpan \
|
|
|
|
devel/gettext
|
2007-04-08 18:07:15 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|