13 lines
318 B
Makefile
13 lines
318 B
Makefile
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>
|