56e2bca91d
- Pass maintainership to submitter - While I'm here, remove Author line PR: 188097 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= X11-Protocol
|
|
PORTVERSION= 0.56
|
|
CATEGORIES= x11 perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl module that provides an interface roughly equivalent to Xlib
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|