1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/pecl-id3/Makefile

25 lines
458 B
Makefile
Raw Normal View History

# 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
2009-08-29 09:32:57 +00:00
MAINTAINER= miwi@FreeBSD.org
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>