mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2d8b17ea39
With hat: portmgr
18 lines
288 B
Makefile
18 lines
288 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libpo6
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hyperdex.org/src/
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= POSIX wrappers for C++
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pathfix
|
|
|
|
.include <bsd.port.mk>
|