summaryrefslogtreecommitdiff
path: root/converters/p5-Number-RecordLocator/Makefile
blob: 82c2e3f8a076face042cb915fdf83cb0c7d1d2a7 (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:	converters/p5-Number-RecordLocator
# Date created:				24 January 2007
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Number-RecordLocator
PORTVERSION=	0.003
CATEGORIES=	converters perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Number
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Encodes integers into a short locator string

PERL_CONFIGURE=	yes

MAN3=	Number::RecordLocator.3

.include <bsd.port.mk>