diff options
Diffstat (limited to 'audio/pecl-id3/Makefile')
-rw-r--r-- | audio/pecl-id3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile index ddf3b50d5d37..3d4613b97c0d 100644 --- a/audio/pecl-id3/Makefile +++ b/audio/pecl-id3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-id3 -# Date created: 2006/09/07 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= id3 PORTVERSION= 0.2 @@ -17,6 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Extension to read and write ID3 tags in MP3 files USE_PHP= yes +NO_STAGE= yes USE_PHPEXT= yes DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 |