19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: Muhammad Moinur Rahman<bofh@FreeBSD.org>
|
|
|
|
PORTNAME= propro
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Facility to manage extension object properties
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PORTSCOUT= limit:^2.*
|
|
|
|
USES= gmake php:pecl
|
|
IGNORE_WITH_PHP= 80
|
|
CONFLICTS= pecl-propro-1*
|
|
|
|
.include <bsd.port.mk>
|