blob: f824c8e7089b71855953845cbafdba89d63b0959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Text-Bastardize
# Date created: 26 July 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Bastardize
DISTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Corruptor of innocent text
PERL_CONFIGURE= YES
MAN3= Text::Bastardize.3
.include <bsd.port.mk>
|