blob: 4d5dd3e21740988009e22bc73a533a3f68e7145e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|