mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
- Add LICENSE_FILE - Switch to USES=localbase - Remove bogus (in presence of USE_GITHUB) USES=tar* Approved by: portmgr blanket
27 lines
506 B
Makefile
27 lines
506 B
Makefile
# Created by: Daniel Gerzo <danger@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= maxminddb
|
|
PORTVERSION= 1.1.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel net
|
|
PKGNAMEPREFIX= php-
|
|
|
|
MAINTAINER= danger@FreeBSD.org
|
|
COMMENT= MaxMind DB Reader extension for PHP
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= maxmind
|
|
GH_PROJECT= MaxMind-DB-Reader-php
|
|
|
|
WRKSRC_SUBDIR= ext
|
|
|
|
USES= php:ext localbase:ldflags
|
|
|
|
.include <bsd.port.mk>
|