freebsd-ports/net/p5-BBS-UserInfo/Makefile
Sunpoet Po-Chuan Hsieh 2b011faa42 - Add LICENSE
- Sort PLIST
2014-07-31 15:13:10 +00:00

20 lines
365 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= BBS-UserInfo
PORTVERSION= 0.01
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GSLIN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base class of BBS::UserInfo::XXX
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>