freebsd-ports/net/pear-Net_UserAgent_Mobile/Makefile
Sunpoet Po-Chuan Hsieh 95a92944c9 Update distinfo and unbreak this port
- 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)
2017-05-13 12:14:06 +00: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>