Edit

IABSD.fr/ports/textproc/pear-File-Find/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • textproc/pear-File-Find/Makefile
  • # $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:45 espie Exp $
    
    COMMENT=	php class to facilitate the search of filesystems
    
    DISTNAME=	File_Find-1.3.0
    REVISION=	2
    CATEGORIES=	textproc
    
    MASTER_SITES=	http://pear.php.net/get/
    EXTRACT_SUFX=	.tgz
    
    MODULES=	www/pear
    
    # PHP License
    PERMIT_PACKAGE_CDROM=	Yes
    
    .include <bsd.port.mk>