1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/lang/pecl-perl/Makefile
Martin Wilke 5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00

25 lines
372 B
Makefile

# Created by: Luke Jee
# $FreeBSD$
PORTNAME= perl
DISTVERSION= 1.0.1
CATEGORIES= lang perl5
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= bofh@FreeBSD.org
COMMENT= Embedded Perl
LICENSE= PHP301
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
IGNORE_WITH_PHP= 70
USES= perl5 tar:tgz
.include <bsd.port.mk>