mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5a67738f00
- While here remove old php gruft
25 lines
372 B
Makefile
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>
|