aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-TieCombine/Makefile
blob: bf498351b045632a70eb076ea6fb70dc680f642d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	IO-TieCombine
PORTVERSION=	1.005
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl 5 module to produce tied separate but combined variables

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>