mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
268ae88ebe
While here, give maintainership to submitter PR: 230683 Submitted by: Nathan <ndowens@yahoo.com>
20 lines
380 B
Makefile
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>
|