mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
546 B
Makefile
19 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.27 2016/07/24 06:17:08 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Regexp-Common-2016060801
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Regexp-Common/
|
|
COMMENT= Provide commonly requested regular expressions
|
|
LICENSE= mit OR modified-bsd OR artistic OR artistic-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Regexp/Common/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|