1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/libpo6/Makefile
Steve Wills 268ae88ebe devel/libpo6: update to 0.8.0
While here, give maintainership to submitter

PR:		230683
Submitted by:	Nathan <ndowens@yahoo.com>
2018-09-23 01:24:30 +00:00

20 lines
380 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= libpo6
PORTVERSION= 0.8.0
CATEGORIES= devel
MASTER_SITES= http://hyperdex.org/src/
MAINTAINER= ndowens@yahoo.com
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>