summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Recursive-Encode/Makefile
blob: d4e678ecbc3c8f06be4eb9473c099a82d095c2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	Data-Recursive-Encode
PORTVERSION=	0.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to encode/decode values in a structure

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>