freebsd-ports/devel/activitymail/Makefile
Baptiste Daroussin da2f0aff09 Fix bad staging conversion
Submitted by:	rm
2014-01-22 13:29:30 +00:00

19 lines
429 B
Makefile

# Created by: Joseph Scott <joseph@randomnetworks.com>
# $FreeBSD$
PORTNAME= activitymail
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DWHEELER/activitymail
MAINTAINER= joseph@randomnetworks.com
COMMENT= Program for sending email messages for CVS repository commits
USES= perl5
USE_PERL5= modbuild
PLIST_FILES= bin/activitymail \
man/man1/activitymail.1.gz
.include <bsd.port.mk>