blob: 856fb21e45cca140394eb5b84e9e0bd260b171d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Bastardize
DISTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Corruptor of innocent text
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|