mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
423db1c2ec
- Add LICENSE - Pass maintainership to submitter - While I'm here: - Fix LICENSE - Remove leading indefinite article from COMMENT Changes: http://search.cpan.org/dist/String-Parity/Changes PR: ports/188050 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-Parity
|
|
PORTVERSION= 1.32
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl5 module to generate and test even, odd, mark, and space parity
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|