freebsd-ports/lang/pecl-perl/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

18 lines
250 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
USES= perl5 php:pecl
.include <bsd.port.mk>