ports/devel/apiextractor/Makefile
Tijl Coosemans 5c1d05b7a4 Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
2016-12-08 15:46:46 +00:00

28 lines
551 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= apiextractor
PORTVERSION= 0.10.10
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= wg@FreeBSD.org
COMMENT= API Extractor library to build PySide
LICENSE= GPLv2
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
USE_GITHUB= yes
GH_ACCOUNT= PySide
GH_PROJECT= Apiextractor
USES= cmake
USE_GNOME= libxml2 libxslt
USE_QT4= gui moc_build qmake_build qtestlib_build \
rcc_build uic_build xml xmlpatterns
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>