2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:53 espie Exp $
|
|
|
|
COMMENT= perl bindings for the xapian search library
|
|
|
|
V= 1.2.3
|
|
DISTNAME= Search-Xapian-${V}.0
|
|
CATEGORIES= databases
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
HOMEPAGE= http://xapian.org/
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += e2fs-uuid m stdc++ z xapian
|
|
|
|
MASTER_SITES= http://oligarchy.co.uk/xapian/${V}/
|
|
|
|
LIB_DEPENDS= xapian-core->=1.2.3:databases/xapian-core
|
|
|
|
.include <bsd.port.mk>
|