opnsense-ports/net/pear-Net_UserAgent_Mobile/Makefile
Franco Fichtner 3494ee09f6 */*: sync with upstream
Taken from: FreeBSD
2017-05-14 12:46:30 +02:00

16 lines
345 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
NO_ARCH= yes
USE_PHP= pcre
USES= pear php
.include <bsd.port.mk>