aboutsummaryrefslogtreecommitdiff
path: root/lang/pecl-perl/Makefile
blob: a1cf9c481e162d9086e36501ab3816a7aca98b32 (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
# 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>