aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket/Makefile
blob: d7257e3b697b783056aa8e063a9e885894116ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Net_Socket
PORTVERSION=	1.2.2
CATEGORIES=	net www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR Network Socket Interface
WWW=		https://pear.php.net/package/Net_Socket

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>