# Created by: Maxim Maximov (mcsi@agava.com)
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-enum/Makefile 332365 2013-11-01 13:08:11Z vanilla $

PORTNAME=	enum
PORTVERSION=	1.050
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:NEILB
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Defines symbolic constants with ordered numeric values, like C enums

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
