pkgsrc-wip/p5-Data-Properties/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

20 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/10/29 08:32:51 shattered Exp $
#
DISTNAME= Data-Properties-0.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dpr
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Data-Properties/
COMMENT= Perl version of Java's java.util.Properties
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Properties/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"