mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
95a92944c9
- While I'm here: - Add NO_ARCH - Fix indent - Add USES=php Content of tarballs are unchanged (checked against [1]). Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_UserAgent_Mobile-1.0.0RC1.tgz [1] Approved by: portmgr (blanket)
17 lines
345 B
Makefile
17 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>
|