aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Ioctl/Makefile
blob: f3702754f9e0de037081c474bc181e26a42cf3ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Ioctl
PORTVERSION=	0.81
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN/Ioctl/JPRIT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module that provides a way to get the value of C ioctl constants
WWW=		https://metacpan.org/release/JPRIT/Ioctl-0.81

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>