15 lines
327 B
Makefile
15 lines
327 B
Makefile
# Created by: Shinsuke Matsui (<smatsui@karashi.org>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_UserAgent_Mobile
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= net www pear
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}RC1
|
|
|
|
MAINTAINER= smatsui@karashi.org
|
|
COMMENT= PEAR class that parses HTTP mobile user agent string
|
|
|
|
USE_PHP= pcre
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|