mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
7760890f5b
commit
504a947b48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314206
1 changed files with 3 additions and 12 deletions
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: pear-Crypt_HMAC2
|
||||
# Date created: 23 Nov, 2009
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt_HMAC2
|
||||
PORTVERSION= 1.0.0
|
||||
|
@ -13,14 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
|
|||
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
#CATEGORY= Crypt
|
||||
FILES= Crypt/HMAC2.php Crypt/HMAC2/Exception.php
|
||||
TESTS= AllTests.php HMAC2Test.php \
|
||||
TestConfiguration.php.dist \
|
||||
TestHelper.php
|
||||
DOCS= intro.xml
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
Loading…
Add table
Reference in a new issue