freebsd-ports/devel/pecl-inclued/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

23 lines
404 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= inclued
PORTVERSION= 0.1.3
PORTEPOCH= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 55 56
CONFIGURE_ARGS= --enable-inclued
.include <bsd.port.mk>