1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-String-Tokenizer/Makefile
Sunpoet Po-Chuan Hsieh 23f61eb6cf - Add LICENSE
- 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>
2014-05-01 05:26:27 +00:00

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>