16 lines
306 B
Makefile
16 lines
306 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|