mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
99fd747ae0
Reported by: phw
28 lines
450 B
Makefile
28 lines
450 B
Makefile
# New ports collection makefile for: pecl-perl
|
|
# Date created: 2007-3-3
|
|
# Whom: Luke Jee
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= perl
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Embedded Perl
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHP_BUILD= yes
|
|
DEFAULT_PHP_VER=53
|
|
|
|
USE_PERL5= yes
|
|
|
|
.include <bsd.port.mk>
|