aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pecl-perl/Makefile
blob: 945f625225580a7b61580ee8d08d8202ceb22c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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= lukejee@lukejee.net
COMMENT=    Embedded Perl

USE_PHP=    yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USE_PHP_BUILD=  yes
DEFAULT_PHP_VER=5

USE_PERL5=  yes

.include <bsd.port.mk>