diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 15:26:11 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 15:26:11 +0000 |
| commit | 4964bdd9e5e41f539adfadc8053e7f2bc07946d4 (patch) | |
| tree | 3303b283e57a981d41c43dd58397e43cce987d6a | |
| parent | Fix license permissions (diff) | |
1: add LICENSE.
2: switch to USES=tar:tgz
3: switch to DEFAULT_VERSIONS.
| -rw-r--r-- | security/pecl-tcpwrap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pecl-tcpwrap/Makefile b/security/pecl-tcpwrap/Makefile index 212fd13c9461..5eb283dabdb6 100644 --- a/security/pecl-tcpwrap/Makefile +++ b/security/pecl-tcpwrap/Makefile @@ -6,15 +6,17 @@ PORTVERSION= 1.1.3 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org COMMENT= PECL extension which provides tcpwrappers binding +LICENSE= PHP202 + +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 +DEFAULT_VERSIONS+= php=53 IGNORE_WITH_PHP=5 post-patch: |
