4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DirectoryScanner
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.netpirates.net/get/
|
|
PKGNAMEPREFIX= pear-TheSeer_
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Recursive directory scanner and filter
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer
|
|
RUN_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer
|
|
|
|
USE_PHP= fileinfo
|
|
PEAR_CHANNEL= theseer
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|