aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_UserAgent_Mobile/Makefile
blob: 0a82e02b03033a915be3168d11ffad6c73fb1dd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	Net_UserAgent_Mobile
PORTVERSION=	1.0.0
CATEGORIES=	net www pear
DISTNAME=	${PORTNAME}-${PORTVERSION}RC1

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR class that parses HTTP mobile user agent string
WWW=		https://pear.php.net/package/Net_UserAgent_Mobile

NO_ARCH=	yes
USES=		pear php

.include <bsd.port.mk>