diff options
-rw-r--r-- | devel/libpeak/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index 48bedb70ea16..b23248a784e0 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -3,18 +3,21 @@ PORTNAME= libpeak PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/peak/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Parallel Events and Asynchronous tasKing Library +LICENSE= BSD2CLAUSE + ONLY_FOR_ARCHS= i386 amd64 sparc64 USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip regression-test: build ( \ |