1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/p5-enum/Makefile
2013-11-01 13:08:11 +00:00

19 lines
396 B
Makefile

# Created by: Maxim Maximov (mcsi@agava.com)
# $FreeBSD$
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>