diff options
Diffstat (limited to 'x11/p5-X11-Protocol/Makefile')
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile new file mode 100644 index 00000000000..8fc5e1d1a2c --- /dev/null +++ b/x11/p5-X11-Protocol/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/30 20:51:51 minskim Exp $ +# + +DISTNAME= X11-Protocol-0.53 +PKGNAME= p5-${DISTNAME} +CATEGORIES= x11 perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X11/} + +MAINTAINER= roland.illig@gmx.de +HOMEPAGE= http://search.cpan.org/dist/X11-Protocol/ +COMMENT= Interface to the X11 protocol + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/X11/Protocol/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |