7b99b417b5
Add LICENSE Upstream changes: 1.017 2013-08-10 23:19:14 America/New_York make $STRICT_PARAMS actually work! (thanks, Matthew Green!) [rt.cpan.org #87460] 1.016 2013-08-10 23:14:42 America/New_York correct the longstanding and embarrassing misuse of "discrete" and "composite" to mean "type" and "subtype"; the returned data still contains the wrong old names so your code shouldn't break repackage to update bugtracker, repo, etc.
17 lines
531 B
Makefile
17 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/09/08 10:42:09 wen Exp $
|
|
|
|
DISTNAME= Email-MIME-ContentType-1.017
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5emc
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-MIME-ContentType/
|
|
COMMENT= Perl module for parsing a MIME Content-Type header
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Email/MIME/ContentType/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|