42579f0658
- Update license
17 lines
301 B
Makefile
17 lines
301 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libpo6
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hyperdex.org/src/
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= POSIX wrappers for C++
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pathfix
|
|
|
|
.include <bsd.port.mk>
|