aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ShipIt/Makefile
blob: eb2ccc02d07e59e9a62f8e5ed957671ec50ecf30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	ShipIt
PORTVERSION=	0.60
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Software release tool
WWW=		https://metacpan.org/release/ShipIt

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>