freebsd-ports/devel/p5-Errno/Makefile

19 lines
347 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Errno
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A perl5 module providing access to System errno constants
USES= perl5
USE_PERL5= configure
MAN3= Errno.3
NO_STAGE= yes
.include <bsd.port.mk>