summaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket/Makefile
blob: 783388de2408437ecb0409944ff259639d04d948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Thierry Thomas (<thierry@pompo.net>)

PORTNAME=	Net_Socket
PORTVERSION=	1.2.2
CATEGORIES=	net www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR Network Socket Interface

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>