mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
19 lines
253 B
Makefile
19 lines
253 B
Makefile
# Created by: Luke Jee
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= perl
|
|
DISTVERSION= 1.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang perl5
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Embedded Perl
|
|
|
|
LICENSE= PHP301
|
|
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
USES= perl5 php:pecl
|
|
|
|
.include <bsd.port.mk>
|