diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 02:11:36 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 02:11:36 +0000 |
commit | b9b0332d1d6dadd6c9aea22469ed80857e023ace (patch) | |
tree | eb86d9742a57bf1c494d5eff0311840fb2f3a70d | |
parent | e20bd436d097e2478fd2114697c100320414a6c9 (diff) | |
download | FreeBSD-ports-b9b0332d1d6dadd6c9aea22469ed80857e023ace.zip FreeBSD-ports-b9b0332d1d6dadd6c9aea22469ed80857e023ace.tar.gz |
1: add LICENSE.
2: switch to USES=tar:tgz.
2: switch to DEFAULT_VERSIONS.
-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 fc4bf9f..890498a 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 |