summaryrefslogtreecommitdiff
path: root/x11/p5-X11-Resolution/Makefile
blob: a7d17ac417441cc897d9b97a9536b6b56422faa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	X11-Resolution
PORTVERSION=	0.0.0
PORTREVISION=	1
CATEGORIES=	x11 perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@vvelox.net
COMMENT=	Provides a method to get the resolution for a X11 screen

RUN_DEPENDS=	p5-X11-Protocol>=0:x11/p5-X11-Protocol

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>