mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
1517ce49fc
- Take maintainership of a few ports
24 lines
366 B
Makefile
24 lines
366 B
Makefile
# Created by: 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= ports@FreeBSD.org
|
|
COMMENT= Embedded Perl
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHP_BUILD= yes
|
|
DEFAULT_PHP_VER=53
|
|
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|