diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:41:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:41:13 +0800 |
commit | 92ad28f40ce840718d8cdc2a74133c63f9f2c471 (patch) | |
tree | 6e237f3236e35a841cc9a22c990b5a34e49032f8 /security | |
parent | b65345881fe011ab44515ff01ca75b2a2ffcb04e (diff) | |
download | freebsd-ports-gnome-92ad28f40ce840718d8cdc2a74133c63f9f2c471.tar.gz freebsd-ports-gnome-92ad28f40ce840718d8cdc2a74133c63f9f2c471.tar.zst freebsd-ports-gnome-92ad28f40ce840718d8cdc2a74133c63f9f2c471.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-File_SMBPasswd/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/security/pear-File_SMBPasswd/Makefile b/security/pear-File_SMBPasswd/Makefile index 5f28532c8241..e44ab869a376 100644 --- a/security/pear-File_SMBPasswd/Makefile +++ b/security/pear-File_SMBPasswd/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_SMBPasswd -# Date created: 09 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= File_SMBPasswd PORTVERSION= 1.0.3 @@ -13,13 +9,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for managing SAMBA style password files BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP USE_PHP= mhash - -CATEGORY= File -FILES= SMBPasswd.php -EXAMPLES= smbpasswd.php smbpasswd +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |