mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
|
|
PORTNAME= libpo6
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hyperdex.org/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= POSIX wrappers for C++
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_TARGET= check
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pathfix
|
|
USE_LDCONFIG= yes
|
|
.include <bsd.port.mk>
|