freebsd-ports/devel/p5-Config-GitLike/Makefile
Andrej Zverev 302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00

34 lines
738 B
Makefile

# New ports collection makefile for: p5-Config-GitLike
# Date created: 2011-02-07
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Config-GitLike
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPANG
PKGNAMEPREFIX= p5-
MAINTAINER= bapt@FreeBSD.org
COMMENT= Simple git-compatible config file parser for Perl
BUILD_DEPENDS= devel/p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
# for tests
BUILD_DEPENDS+= devel/p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
MAN3+= Config::GitLike::Git.3 \
Config::GitLike::Cascaded.3 \
Config::GitLike.3
PERL_CONFIGURE= yes
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
.include <bsd.port.mk>