23 lines
447 B
Makefile
23 lines
447 B
Makefile
|
# New ports collection makefile for: p5-asa
|
||
|
# Date created: 16 Apr 2010
|
||
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= asa
|
||
|
PORTVERSION= 0.02
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AD/ADAMK
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= kuriyama@FreeBSD.org
|
||
|
COMMENT= Perl extension to say your class/object working like something else
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= asa.3
|
||
|
|
||
|
.include <bsd.port.mk>
|