|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= orthanc-portgresql |
4 |
PORTNAME= orthanc-portgresql |
| 5 |
PORTVERSION= 1.2 |
5 |
PORTVERSION= 1.3 |
| 6 |
CATEGORIES= science graphics |
6 |
CATEGORIES= science graphics |
| 7 |
MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ |
7 |
MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ |
| 8 |
DISTNAME= OrthancPostgreSQL-${PORTVERSION} |
8 |
DISTNAME= OrthancPostgreSQL-${PORTVERSION} |
|
Lines 14-20
COMMENT= PostgreSQL plugin for Orthanc
Link Here
|
| 14 |
LICENSE= AGPLv3 |
14 |
LICENSE= AGPLv3 |
| 15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 16 |
|
16 |
|
| 17 |
BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:${PORTSDIR}/science/orthanc |
17 |
BUILD_DEPENDS= orthanc>=0.9.4:${PORTSDIR}/science/orthanc |
| 18 |
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ |
18 |
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ |
| 19 |
libjsoncpp.so:${PORTSDIR}/devel/jsoncpp |
19 |
libjsoncpp.so:${PORTSDIR}/devel/jsoncpp |
| 20 |
|
20 |
|