mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Add pecl-APCu4 (copied from pecl-APCu) and update to 4.0.11
- While I'm here [1]: - Add missing PKGNAMESUFFIX - Use CONFLICTS_INSTALL instead of CONFLICTS - Add PORTSCOUT - Use USES=localbase Changes: https://pecl.php.net/package-changelog.php?package=APCu PR: 216969 Submitted by: John Chen <johnpupu@gmail.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D9333 [1]
This commit is contained in:
parent
3b178dd95c
commit
789910fee5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433933
@ -3827,6 +3827,7 @@
|
||||
SUBDIR += pear-pdepend-staticReflection
|
||||
SUBDIR += pear-phing
|
||||
SUBDIR += pecl-APCu
|
||||
SUBDIR += pecl-APCu4
|
||||
SUBDIR += pecl-dio
|
||||
SUBDIR += pecl-eio
|
||||
SUBDIR += pecl-ev
|
||||
|
26
devel/pecl-APCu4/Makefile
Normal file
26
devel/pecl-APCu4/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: John Chen <johnpupu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= APCu
|
||||
PORTVERSION= 4.0.11
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
PKGNAMESUFFIX= 4
|
||||
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= johnpupu@gmail.com
|
||||
COMMENT= APC User Caching
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
CONFLICTS_INSTALL= pecl-APC-
|
||||
|
||||
PORTSCOUT= limit:^4\.
|
||||
|
||||
IGNORE_WITH_PHP=70 71
|
||||
USES= localbase php:ext tar:tgz
|
||||
PHP_MODNAME= ${PORTNAME:tl}
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pecl-APCu4/distinfo
Normal file
3
devel/pecl-APCu4/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1480160370
|
||||
SHA256 (PECL/apcu-4.0.11.tgz) = 454f302ec13a6047ca4c39e081217ce5a61bbea815aec9c1091fb849e70b4d00
|
||||
SIZE (PECL/apcu-4.0.11.tgz) = 119535
|
3
devel/pecl-APCu4/pkg-descr
Normal file
3
devel/pecl-APCu4/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
APCu - APC User Cache
|
||||
|
||||
WWW: https://pecl.php.net/package/apcu
|
Loading…
Reference in New Issue
Block a user