openbsd-ports/databases/p5-sybperl/Makefile
espie f90faf868a conflicts from the past: history since 3.7.
As noted on ports@ recently, pkg_add -r relies on conflicts, and the
sheer existence of updates means we MUST take the past into account in
conflicts now.

Note the renaming of hugs98 to valid package names where versions are
concerned.

This commit shows clearly the renaming of the xfce4 plugin packages, the
ditching of eclipse flavors, the splitting of nessus into subpackages,
the splitting of various other software documentations, some packaging bugs
in kdeedu, and a lot of files moving around...

okay pvalchev@
2005-08-16 09:49:51 +00:00

29 lines
636 B
Makefile

# $OpenBSD: Makefile,v 1.18 2005/08/16 09:49:51 espie Exp $
DISTNAME= sybperl-2.18
CATEGORIES= databases perl5
PKGNAME= ${DISTNAME}p0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m
SHARED_ONLY= Yes
COMMENT= "Sybase database access in Perl"
HOMEPAGE= http://www.peppler.org/freeware/sybperl.html
MASTER_SITES= http://www.peppler.org/downloads/
MAINTAINER= joshua stein <jcs@openbsd.org>
MODULES= devel/gettext
LIB_DEPENDS= tds.4,sybdb.5,ct.3::databases/freetds
CONFIGURE_STYLE= perl
CONFIGURE_ENV= SYBASE="${LOCALBASE}"
NO_REGRESS= Yes
.include <bsd.port.mk>