diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 15:29:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 15:29:43 +0000 |
commit | 1e03c25da55cb4ada467e1ea83787c193b380042 (patch) | |
tree | b0c358b3eeac3e88bf7b67dd7a41c5713d84623e /textproc/pecl-doublemetaphone | |
parent | f571107710d692244ce518efd86df4879a187e40 (diff) |
Notes
Diffstat (limited to 'textproc/pecl-doublemetaphone')
-rw-r--r-- | textproc/pecl-doublemetaphone/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index 45232c517070..8c0256000c9a 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -6,12 +6,15 @@ PORTVERSION= 1.0.1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PECL extension which implements the Double Metaphone algorithm +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes |