aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Integer/Makefile
blob: 6cb13fa65cd562322d67e5e98e013f5c2aafaafd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	Data-Integer
# Date created:				25 Mar 2009
# Whom:					brix@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	Data-Integer
PORTVERSION=	0.004
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	brix@FreeBSD.org
COMMENT=	Perl module for details of the native integer data type

PERL_MODBUILD=	yes

MAN3=		Data::Integer.3

.include <bsd.port.mk>