freebsd-ports/devel/pear-TheSeer_DirectoryScanner/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>