summaryrefslogtreecommitdiff
path: root/audio/pecl-id3/Makefile
blob: f7a54f99b4150b260496e93a86529d70c57eee4d (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
# New ports collection makefile for:	pecl-id3
# Date created:			2006/09/07
# Whom:				chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	id3
PORTVERSION=	0.2
CATEGORIES=	audio pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	chinsan.tw@gmail.com
COMMENT=	Extension to read and write ID3 tags in MP3 files

USE_PHP=	yes
USE_PHPEXT=	yes

CONFIGURE_ARGS=	--enable-id3

.include <bsd.port.mk>