diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 10:11:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 10:11:36 +0800 |
commit | b9b0332d1d6dadd6c9aea22469ed80857e023ace (patch) | |
tree | eb86d9742a57bf1c494d5eff0311840fb2f3a70d /audio | |
parent | e20bd436d097e2478fd2114697c100320414a6c9 (diff) | |
download | freebsd-ports-gnome-b9b0332d1d6dadd6c9aea22469ed80857e023ace.tar.gz freebsd-ports-gnome-b9b0332d1d6dadd6c9aea22469ed80857e023ace.tar.zst freebsd-ports-gnome-b9b0332d1d6dadd6c9aea22469ed80857e023ace.zip |
1: add LICENSE.
2: switch to USES=tar:tgz.
2: switch to DEFAULT_VERSIONS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pecl-id3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile index fc4bf9f91443..890498abb8c4 100644 --- a/audio/pecl-id3/Makefile +++ b/audio/pecl-id3/Makefile @@ -6,15 +6,17 @@ PORTVERSION= 0.2 CATEGORIES= audio pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= Extension to read and write ID3 tags in MP3 files +LICENSE= PHP30 + +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 +DEFAULT_VERSIONS= php=53 IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-id3 |