diff options
Diffstat (limited to 'audio/pecl-id3/Makefile')
-rw-r--r-- | audio/pecl-id3/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile deleted file mode 100644 index f3887e3091e7..000000000000 --- a/audio/pecl-id3/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= id3 -PORTVERSION= 0.2 -CATEGORIES= audio pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL - -MAINTAINER= miwi@FreeBSD.org -COMMENT= Extension to read and write ID3 tags in MP3 files - -LICENSE= PHP30 - -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 -USES= tar:tgz -USE_PHP= yes -USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 - -CONFIGURE_ARGS= --enable-id3 - -.include <bsd.port.mk> |