summaryrefslogtreecommitdiff
path: root/lang/pecl-perl/Makefile
blob: 6e464ca3a20e3c4e20280e5d823ce6a714ecdd4e (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=	5u623l20@gmail.com
COMMENT=	Embedded Perl

LICENSE=	PHP301

USE_PHP=	yes
USE_PHPIZE=	yes
USE_PHPEXT=	yes
USE_PHP_BUILD=	yes
IGNORE_WITH_PHP=	53

USES=		perl5 tar:tgz

.include <bsd.port.mk>