mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
23f61eb6cf
- Pass maintainership to submitter - While I'm here - Remove leading indefinite article from COMMENT - Remove Author line PR: ports/189149 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-Tokenizer
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Simple string tokenizer
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|