freebsd-ports/x11/p5-X11-Protocol/Makefile
Sunpoet Po-Chuan Hsieh 56e2bca91d - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		188097
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:47:13 +00:00

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>