openbsd-ports/devel/uuid/Makefile
simon 1ae079219e Remove -pgsql subpackage to avoid an endless loop as the next version of
postgresql will provide native uuid support, which depends on uuid.

Except a few function names your databases will need no changes.

For the list of new functions look at the postgresql-docs package or
http://www.postgresql.org/docs/8.3/static/uuid-ossp.html.

tests & ok mbalmer@
2008-03-24 17:25:49 +00:00

42 lines
864 B
Makefile

# $OpenBSD: Makefile,v 1.30 2008/03/24 17:25:49 simon Exp $
SHARED_ONLY= Yes
COMMENT-main= ISO-C API and CLI for generating UUIDs
COMMENT-perl= UUID modules for Perl
VERSION= 1.6.0
DISTNAME= uuid-${VERSION}
FULLPKGNAME-main= uuid-${VERSION}
FULLPKGNAME-perl= p5-UUID-${VERSION}p0
CATEGORIES= devel
SHARED_LIBS= uuid 13.22 \
uuid++ 14.21
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://www.ossp.org/pkg/lib/uuid/
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/uuid/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MULTI_PACKAGES= -main -perl
WANTLIB-main= c
CATEGORIES-perl= devel perl5
WANTLIB-perl=
LIB_DEPENDS-perl= uuid.>=12::devel/uuid
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-perl --with-cxx \
--without-php --without-pgsql
.include <bsd.port.mk>