1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11/p5-X11-Resolution/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

20 lines
371 B
Makefile

# Created by: Zane C. Bowers
# $FreeBSD$
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>