922fc5a210
This module can be used to find directories and files as specified by the XDG Base Directory Specification.
18 lines
478 B
Makefile
18 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:24 epg Exp $
|
|
|
|
DISTNAME= File-BaseDir-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl module for the XDG Base Directory Specification
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/BaseDir/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|