freebsd-ports/devel/p5-Module-CheckDeps/Makefile

21 lines
445 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: 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}
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>