freebsd-ports/devel/p5-Config-Wrest/Makefile
Sunpoet Po-Chuan Hsieh 9e15035c0f - Add LICENSE
- Pass maintainership to submitter
- While I'm here:
  - Sort *_DEPENDS
  - Remove Author line

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

26 lines
672 B
Makefile

# Created by: John Alden + Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= Config-Wrest
PORTVERSION= 1.036
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module for reading and writing configuration data
LICENSE= GPLv2
BUILD_DEPENDS= p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \
p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy \
p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
RUN_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>