blob: 18148ce2e41de3b216159fe4d5189a3eac43f074 (
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-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
BUILD_DEPENDS= p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
MAN1= checkdeps.1
MAN3= Module::CheckDeps.3
.include <bsd.port.mk>
|