21 lines
407 B
Makefile
21 lines
407 B
Makefile
# Created by: Zane C. Bowers
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= X11-Resolution
|
|
PORTVERSION= 0.0.0
|
|
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:${PORTSDIR}/x11/p5-X11-Protocol
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= X11::Resolution.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|