blob: 7a046cb213df080a43b3fc830ea3862e9ce096af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: p5-What
# Date created: 2006-07-15
# Whom: 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= gslin@gslin.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}
PERL_CONFIGURE= yes
MAN3= What.3 What::MTA.3
.include <bsd.port.mk>
|