freebsd-ports/net/p5-What/Makefile
Sunpoet Po-Chuan Hsieh 99b61650d6 - Take maintainership
2014-06-30 16:42:17 +00:00

22 lines
522 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= What
PORTVERSION= 1.01
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TPG
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Find out about running services
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>