aboutsummaryrefslogtreecommitdiffstats
path: root/www/webservices/Makefile
blob: 989b64a2c06a7d60e103b8c57f058d9c95e9cde0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    webservices
# Date created:         25 Jan 2009
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=   webservices
PORTVERSION=    0.3.0
CATEGORIES= www gnustep
MASTER_SITES=   ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
DISTNAME=   WebServices-${PORTVERSION}

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Classes for building web services

LICENSE=    LGPL21

USE_GNUSTEP=    yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes
USE_GNUSTEP_LDCONFIG=   ${GNUSTEP_LOCAL_LIBRARIES}

DEFAULT_LIBVERSION= 0.3

.include <bsd.port.mk>