freebsd-ports/devel/p5-Module-Inspector/Makefile
Sunpoet Po-Chuan Hsieh 84ce1e1741 - Add LICENSE
- Pass maintainership to submitter
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Fix *_DEPENDS: version 0.74+ is already in all supported Perl releases
  - Bump PORTREVISION for dependency change

PR:		ports/189565
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-25 12:39:42 +00:00

27 lines
857 B
Makefile

# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$
PORTNAME= Module-Inspector
PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Integrated API for inspecting Perl distributions
BUILD_DEPENDS= p5-File-Find-Rule-VCS>=0:${PORTSDIR}/devel/p5-File-Find-Rule-VCS \
p5-File-Find-Rule-Perl>=0:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \
p5-Module-Extract>=0:${PORTSDIR}/devel/p5-Module-Extract \
p5-Module-Manifest>=0:${PORTSDIR}/devel/p5-Module-Manifest \
p5-Module-Math-Depends>=0:${PORTSDIR}/devel/p5-Module-Math-Depends \
p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI \
p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny \
p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>