freebsd-ports/devel/poco-ssl/Makefile
Wes Peters cf2eeb84a6 Bring this port up to date with the current release.
Re-take maintainership as well.
2011-08-09 18:15:25 +00:00

31 lines
584 B
Makefile

# ex:ts=8
# New ports collection makefile for: poco-ssl
# Date created: Jan 28, 2007
# Whom: wes
#
# $FreeBSD$
#
PORTNAME= poco
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= SF/${PORTNAME}/sources/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= -ssl
DISTNAME= poco-${PORTVERSION}p1-all
MAINTAINER= wes@FreeBSD.org
COMMENT= C++ Portable Components library with NetSSL library
LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
CONFLICTS= poco-[0-9]*
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_MYSQL= yes
USE_SQLITE= yes
.include <bsd.port.mk>