1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/p5-Class-OOorNO/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

22 lines
406 B
Makefile

# New ports collection Makefile for: p5-Class-OOorNO
# Date created: 25th April 2007
# Whom: jeffhung
#
# $FreeBSD$
#
PORTNAME= Class-OOorNO
PORTVERSION= 0.011
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jeffhung@mail2000.com.tw
COMMENT= Perl module that give your module classic AND OO interfaces
PERL_CONFIGURE= YES
MAN3= Class::OOorNO.3
.include <bsd.port.mk>