blob: 67cd2291732e1907e9941bf2f821242d30e9ea43 (
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
|
# New ports collection makefile for: p5-Module-CheckDeps
# Date created: 2010-07-02
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Module-CheckDeps
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ALEXBIO
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Very simple dependencies checker for Perl code
RUN_DEPENDS= p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
USE_PERL5= configure
USES= perl5
MAN1= checkdeps.1
MAN3= Module::CheckDeps.3
.include <bsd.port.mk>
|