freebsd-ports/devel/p5-Data-Recursive-Encode/Makefile
Andrej Zverev b3d40bd309 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 08:23:45 +00:00

22 lines
454 B
Makefile

# New ports collection makefile for: Data::Recursive::Encode
# Date created: 23 Jan 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $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
MAN3= Data::Recursive::Encode.3
.include <bsd.port.mk>